Information schema fixes:

Peter Eisentraut <peter_e@gmx.net>

Commit: 9ea6d0fc80ed523aab67ce326cc7efa9e19ff91b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2003-10-18T12:53:35Z
Releases: 7.4.1
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

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +66 −65