Skip to content
Snippets Groups Projects
Commit a6dacf6b authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment