51/oid
51.13. pg_constraint
Thu, 21 Nov 2024 09:02:00 GMT
Check constraints on domains are stored here, too. conrelid oid pg_class.oid The table this constraint is on; 0 if not a table constraint contypid oid pg_type.oid The domain this constraint is on; 0 ...
51.11. pg_class
Wed, 20 Nov 2024 16:00:00 GMT
relname name Name of the table, index, view, etc. relnamespace oid pg_namespace.oid The OID of the namespace that contains this relation reloftype oid pg_type.oid For typed tables, the OID of the ...