pgsql: Add information schema views role_udt_grants, udt_privileges, us

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add information schema views role_udt_grants, udt_privileges, us
Date: 2011-06-23 19:14:18
Message-ID: E1QZpM2-0002Pr-HR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add information schema views role_udt_grants, udt_privileges, user_defined_types

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d34e142c511c779a294ce96eee0e9ab535b24de3

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 367 ++++++++++++++++++++++++++++
src/backend/catalog/information_schema.sql | 83 ++++++-
2 files changed, 442 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-23 23:58:17 pgsql: In pg_upgrade docs, clarify that link mode uses "hard" links.
Previous Message Robert Haas 2011-06-23 13:22:40 Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.