Skip to content

Commit 00e67c3

Browse files
committed
Fix thinko in description of table_name parameter
Commit 6820094 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.
1 parent 5acc58c commit 00e67c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/comment.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ COMMENT ON
135135
<term><replaceable class="parameter">domain_name</replaceable></term>
136136
<listitem>
137137
<para>
138-
When creating a comment on a constraint, a table, a domain or
138+
When creating a comment on a constraint, a trigger, a rule or
139139
a policy these parameters specify the name of the table or domain on
140-
which the constraint is defined.
140+
which that object is defined.
141141
</para>
142142
</listitem>
143143
</varlistentry>

0 commit comments

Comments
 (0)