Warren Little <[EMAIL PROTECTED]> writes: > which appears to be the pg_toast entry. Shouldn't there be a pg_class > whose reltoastrelid equals the reltoastidxid of the pg_toast instance
No. The deal is regular table's reltoastrelid points to OID of its toast table toast table's reltoastidxid points to OID of its index There's no "back links". regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match