Commit a6dacf6b authored by Alvaro Herrera's avatar Alvaro Herrera

Fix thinko in description of table_name parameter

Commit 6820094d 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.
parent 8b374620
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment