Fix thinko in description of table_name parameter

Commit 6820094d1 mixed up types of parent object (table) with type of
sub-object being commented on.  Noticed while fixing docs for
COMMENT ON ACCESS METHOD.

Backpatch to 9.5, like that commit.
This commit is contained in:
Alvaro Herrera 2016-06-07 18:18:26 -04:00
parent 8b3746208c
commit a6dacf6bbb
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ COMMENT ON
<term><replaceable class="parameter">domain_name</replaceable></term>
<listitem>
<para>
When creating a comment on a constraint, a table, a domain or
When creating a comment on a constraint, a trigger, a rule or
a policy these parameters specify the name of the table or domain on
which the constraint is defined.
which that object is defined.
</para>
</listitem>
</varlistentry>