Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a6dacf6

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 8b37462 commit a6dacf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/comment.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ COMMENT ON
138138
<term><replaceable class="parameter">domain_name</replaceable></term>
139139
<listitem>
140140
<para>
141-
When creating a comment on a constraint, a table, a domain or
141+
When creating a comment on a constraint, a trigger, a rule or
142142
a policy these parameters specify the name of the table or domain on
143-
which the constraint is defined.
143+
which that object is defined.
144144
</para>
145145
</listitem>
146146
</varlistentry>

0 commit comments

Comments
 (0)