Further work on information_schema. _pg_keyissubset() wasn't quite

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e341cdb085dad1fc651b96fa64214c253f46ed94
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-18T19:06:10Z
Releases: 7.4.1
Further work on information_schema.  _pg_keyissubset() wasn't quite
fully search-path-proof yet; also, element_types view did not work for
parameters and result types of functions, because it didn't generate
the object_name for the function the same way the data_type_privileges
view does.  While at it, centralize dependencies on INDEX_MAX_KEYS/
FUNC_MAX_ARGS into a function returning setof int, so that it will be
easier to fix information_schema for nonstandard values of these
parameters.

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +63 −52