@@ -3684,7 +3684,14 @@ ORDER BY c.ordinal_position;
36843684 <row>
36853685 <entry><literal>with_hierarchy</literal></entry>
36863686 <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>
36883695 </row>
36893696 </tbody>
36903697 </tgroup>
@@ -5364,7 +5371,14 @@ ORDER BY c.ordinal_position;
53645371 <row>
53655372 <entry><literal>with_hierarchy</literal></entry>
53665373 <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>
53685382 </row>
53695383 </tbody>
53705384 </tgroup>