Sort (cost=185055.64..185055.65 rows=1 width=322) |
Sort Key: fns.nspname, fc.relname, a.attnum |
-> Nested Loop Left Join (cost=16.82..185055.63 rows=1 width=322) |
-> Nested Loop Left Join (cost=16.40..185055.19 rows=1 width=289) |
-> Nested Loop Left Join (cost=16.27..185055.03 rows=1 width=229) |
Join Filter: (fc.oid = ct.confrelid) |
-> Nested Loop (cost=16.27..184070.45 rows=1 width=161) |
Join Filter: (c.oid = a.attrelid) |
-> Nested Loop (cost=15.85..184070.00 rows=1 width=126) |
Join Filter: (c.relnamespace = ns.oid) |
-> Seq Scan on pg_namespace ns (cost=0.00..1.07 rows=1 width=4) |
Filter: (nspname = 'global'::name) |
-> Hash Join (cost=15.85..184068.80 rows=10 width=130) |
Hash Cond: (ct.conrelid = c.oid) |
-> ProjectSet (cost=0.00..52702.42 rows=10404000 width=123) |
-> Seq Scan on pg_constraint ct (cost=0.00..604.39 rows=10404 width=118) |
Filter: (contype = 'f'::"char") |
-> Hash (cost=15.81..15.81 rows=3 width=8) |
-> Bitmap Heap Scan on pg_class c (cost=4.44..15.81 rows=3 width=8) |
Recheck Cond: (relname = 'vw_user_login'::name) |
-> Bitmap Index Scan on pg_class_relname_nsp_index (cost=0.00..4.43 rows=3 width=0) |
Index Cond: (relname = 'vw_user_login'::name) |
-> Index Scan using pg_attribute_relid_attnum_index on pg_attribute a (cost=0.42..0.44 rows=1 width=70) |
Index Cond: ((attrelid = ct.conrelid) AND (attnum = (ct.conkey)[(generate_subscripts(ct.conkey, 1))])) |
-> Seq Scan on pg_class fc (cost=0.00..746.48 rows=19048 width=72) |
-> Index Scan using pg_namespace_oid_index on pg_namespace fns (cost=0.13..0.15 rows=1 width=68) |
Index Cond: (fc.relnamespace = oid) |
-> Index Scan using pg_attribute_relid_attnum_index on pg_attribute fa (cost=0.42..0.44 rows=1 width=70) |
Index Cond: ((attrelid = ct.confrelid) AND (attnum = (ct.confkey)[(generate_subscripts(ct.conkey, 1))])) |