We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccba6b commit 27fc47aCopy full SHA for 27fc47a
1 file changed
src/Npgsql/NpgsqlSchema.cs
@@ -365,7 +365,6 @@ pg_catalog.pg_class i join
365
where
366
i.relkind = 'i'
367
and n.nspname not in ('pg_catalog', 'pg_toast')
368
- and pg_catalog.pg_table_is_visible(i.oid)
369
and a.attnum = ANY(ix.indkey)
370
and t.relkind = 'r'");
371
0 commit comments