PostgreSQL admin: finding the parent table name for a TOAST table given just then numeric id of the TOAST table.
To find the parent table name given a TOAST table (which is kind of like a spillover table, for data too big to put in the regular table – it’s too big to fit into one row; so it goes into multiple rows and is compressed) which has a name like pg_toast_12513885, cast the OID…