| Sort (cost=127171.44..127171.44 rows=1 width=322) |
| Sort Key: fns.nspname, fc.relname, a.attnum |
| -> Nested Loop Left Join (cost=12.56..127171.43 rows=1 width=322) |
| -> Nested Loop Left Join (cost=12.27..127171.12 rows=1 width=289) |
| Join Filter: (fc.relnamespace = fns.oid) |
| -> Nested Loop Left Join (cost=12.27..127169.94 rows=1 width=229) |
| Join Filter: (fc.oid = ct.confrelid) |
| -> Nested Loop (cost=12.27..126384.08 rows=1 width=161) |
| Join Filter: (c.oid = a.attrelid) |
| -> Nested Loop (cost=11.98..126383.75 rows=1 width=126) |
| Join Filter: (c.relnamespace = ns.oid) |
| -> Seq Scan on pg_namespace ns (cost=0.00..1.10 rows=1 width=4) |
| Filter: (nspname = 'a57be577deb434'::name) |
| -> Hash Join (cost=11.98..126382.55 rows=8 width=130) |
| Hash Cond: (ct.conrelid = c.oid) |
| -> ProjectSet (cost=0.00..36177.53 rows=7144000 width=123) |
| -> Seq Scan on pg_constraint ct (cost=0.00..403.95 rows=7144 width=118) |
| Filter: (contype = 'f'::"char") |
| -> Hash (cost=11.95..11.95 rows=2 width=8) |
| -> Bitmap Heap Scan on pg_class c (cost=4.30..11.95 rows=2 width=8) |
| Recheck Cond: (relname = 'tbl_erp_other_income_tickets'::name) |
| -> Bitmap Index Scan on pg_class_relname_nsp_index (cost=0.00..4.30 rows=2 width=0) |
| Index Cond: (relname = 'tbl_erp_other_income_tickets'::name) |
| -> Index Scan using pg_attribute_relid_attnum_index on pg_attribute a (cost=0.29..0.31 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..633.16 rows=12216 width=72) |
| -> Seq Scan on pg_namespace fns (cost=0.00..1.08 rows=8 width=68) |
| -> Index Scan using pg_attribute_relid_attnum_index on pg_attribute fa (cost=0.29..0.31 rows=1 width=70) |
| Index Cond: ((attrelid = ct.confrelid) AND (attnum = (ct.confkey)[(generate_subscripts(ct.conkey, 1))])) |