Skip to content

Postgres warning about wrong collation in recursive_deps

Reported by good-karma 2020-10-09.

Postgres emits warning:

recursive query "recursive_deps" column 1 has collation "default" in non-recursive term but collation "C" overall
LINE 6:     select p_view_schema, p_view_name, null::varchar, 0....