Re: Finding description pg_description

2020-08-26 Thread Tom Lane
Susan Hurst writes: > How do I find the source of an objoid from pg_catalog.pg_description? The classoid column holds the OID of the system catalog that contains the object's defining row. The objoid column is the OID of the object, ie the "oid" column of that row. (If you are working with a pr

Finding description pg_description

2020-08-26 Thread Susan Hurst
How do I find the source of an objoid from pg_catalog.pg_description? I comment everything in my databases and can find most of the comments in pg_catalog.pd_description, which only gives me objoid and classoid for the source of a comment. If I could find the oid sources I could make this wor