pgsql-server/src/backend/catalog information_s ...

Started by Nonameabout 22 years ago2 messages
#1Noname
petere@svr1.postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: petere@svr1.postgresql.org 03/10/18 09:53:35

Modified files:
src/backend/catalog: information_schema.sql

Log message:
Information schema fixes:
Use pg_get_constraintdef instead of pg_constraint.consrc
Use UNION ALL instread of UNION
Make use of regclass type for getting OID of system catalogs
Add schema qualifications where necessary
Fix typos

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: [COMMITTERS] pgsql-server/src/backend/catalog information_s ...

petere@svr1.postgresql.org (Peter Eisentraut - PostgreSQL) writes:

Log message:
Information schema fixes:

Now that that's done, are we going to force initdb to ensure the changes
take effect?

regards, tom lane