Skip to content

Commit 27fc47a

Browse files
kYannroji
authored andcommitted
Update NpgsqlSchema.cs
Fix #2562 by removing the constraint of listing indexes in the current search path
1 parent 1ccba6b commit 27fc47a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Npgsql/NpgsqlSchema.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ pg_catalog.pg_class i join
365365
where
366366
i.relkind = 'i'
367367
and n.nspname not in ('pg_catalog', 'pg_toast')
368-
and pg_catalog.pg_table_is_visible(i.oid)
369368
and a.attnum = ANY(ix.indkey)
370369
and t.relkind = 'r'");
371370

0 commit comments

Comments
 (0)