Обсуждение: pgsql: Implement the information schema with_hierarchy column

Поиск
Список
Период
Сортировка

pgsql: Implement the information schema with_hierarchy column

От
Peter Eisentraut
Дата:
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(-)