"Gordon Ross" <[EMAIL PROTECTED]> writes: > Is there any way to determine which table a row belows to, if I do a > search on the top level table:
Look at the built-in column "tableoid". You can join this to pg_class.oid to retrieve the table name. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match