@@ -3331,7 +3331,7 @@ ORDER BY c.ordinal_position;
33313331 referential (foreign key) constraints in the current database.
33323332 Only those constraints are shown for which the current user has
33333333 write access to the referencing table (by way of being the
3334- owner or having some privilege other than SELECT).
3334+ owner or having some privilege other than<literal> SELECT</literal> ).
33353335 </para>
33363336
33373337 <table>
@@ -5220,7 +5220,7 @@ ORDER BY c.ordinal_position;
52205220 <para>
52215221 The view <literal>table_constraints</literal> contains all
52225222 constraints belonging to tables that the current user owns or has
5223- somenon-SELECT privilege on.
5223+ some privilege other than <literal>SELECT</literal> on.
52245224 </para>
52255225
52265226 <table>
@@ -5513,7 +5513,8 @@ ORDER BY c.ordinal_position;
55135513 view <literal>triggered_update_columns</literal> identifies these
55145514 columns. Triggers that do not specify a column list are not
55155515 included in this view. Only those columns are shown that the
5516- current user owns or has some non-SELECT privilege on.
5516+ current user owns or has some privilege other than
5517+ <literal>SELECT</literal> on.
55175518 </para>
55185519
55195520 <table>
@@ -5584,7 +5585,7 @@ ORDER BY c.ordinal_position;
55845585 <para>
55855586 The view <literal>triggers</literal> contains all triggers defined
55865587 in the current database on tables and views that the current user owns
5587- or has somenon-SELECT privilege on.
5588+ or has some privilege other than <literal>SELECT</literal> on.
55885589 </para>
55895590
55905591 <table>