From fd5b397ca4963bf91a54678be51207bf827e512a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 27 Aug 2011 15:03:02 +0300 Subject: 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. --- doc/src/sgml/information_schema.sgml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 0f0cbfaa83a..8063d059c8d 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -3684,7 +3684,14 @@ ORDER BY c.ordinal_position; with_hierarchy yes_or_no - Applies to a feature not available in PostgreSQL + + In the SQL standard, WITH HIERARCHY OPTION + is a separate (sub-)privilege allowing certain operations on + table inheritance hierarchies. In PostgreSQL, this is included + in the SELECT privilege, so this column + shows YES if the privilege + is SELECT, else NO. + @@ -5364,7 +5371,14 @@ ORDER BY c.ordinal_position; with_hierarchy yes_or_no - Applies to a feature not available in PostgreSQL + + In the SQL standard, WITH HIERARCHY OPTION + is a separate (sub-)privilege allowing certain operations on + table inheritance hierarchies. In PostgreSQL, this is included + in the SELECT privilege, so this column + shows YES if the privilege + is SELECT, else NO. + -- cgit v1.2.3