@@ -3684,7 +3684,14 @@ ORDER BY c.ordinal_position;
3684
3684
<row>
3685
3685
<entry><literal>with_hierarchy</literal></entry>
3686
3686
<entry><type>yes_or_no</type></entry>
3687
- <entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
3687
+ <entry>
3688
+ In the SQL standard, <literal>WITH HIERARCHY OPTION</literal>
3689
+ is a separate (sub-)privilege allowing certain operations on
3690
+ table inheritance hierarchies. In PostgreSQL, this is included
3691
+ in the <literal>SELECT</literal> privilege, so this column
3692
+ shows <literal>YES</literal> if the privilege
3693
+ is <literal>SELECT</literal>, else <literal>NO</literal>.
3694
+ </entry>
3688
3695
</row>
3689
3696
</tbody>
3690
3697
</tgroup>
@@ -5364,7 +5371,14 @@ ORDER BY c.ordinal_position;
5364
5371
<row>
5365
5372
<entry><literal>with_hierarchy</literal></entry>
5366
5373
<entry><type>yes_or_no</type></entry>
5367
- <entry>Applies to a feature not available in <productname>PostgreSQL</></entry>
5374
+ <entry>
5375
+ In the SQL standard, <literal>WITH HIERARCHY OPTION</literal>
5376
+ is a separate (sub-)privilege allowing certain operations on
5377
+ table inheritance hierarchies. In PostgreSQL, this is included
5378
+ in the <literal>SELECT</literal> privilege, so this column
5379
+ shows <literal>YES</literal> if the privilege
5380
+ is <literal>SELECT</literal>, else <literal>NO</literal>.
5381
+ </entry>
5368
5382
</row>
5369
5383
</tbody>
5370
5384
</tgroup>