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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/catalog information_s ...
Date: 2003-10-18 19:06:10
Message-ID: 20031018190610.77C82D1B532@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/10/18 16:06:10

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

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-10-18 19:07:26 Re: [COMMITTERS] pgsql-server/src/backend/catalog information_s ...
Previous Message Tom Lane 2003-10-18 16:52:15 pgsql-server/src backend/optimizer/plan/subsel ...