pgsql: Implement the information schema with_hierarchy column - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Implement the information schema with_hierarchy column
Date
Msg-id E1QxHcr-0002n9-2d@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Spelling improvement
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add support for #elif to pgrminclude.