pgsql: Implement the information schema with_hierarchy column

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Implement the information schema with_hierarchy column
Date: 2011-08-27 12:04:37
Message-ID: E1QxHcr-0002n9-2d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Implement the information schema with_hierarchy column

In PostgreSQL, this is included in the SELECT privilege, so show YES
or NO depending on whether SELECT is granted.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 18 ++++++++++++++++--
src/backend/catalog/information_schema.sql | 2 +-
2 files changed, 17 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-27 13:25:30 pgsql: Add support for #elif to pgrminclude.
Previous Message Peter Eisentraut 2011-08-27 05:09:32 pgsql: Spelling improvement