aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-06-07 18:18:26 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-06-07 18:18:26 -0400
commita6dacf6bbb45bbb73a0729022daa47197312c321 (patch)
tree0dcad5be14bc3598443cf3303eaf4531f8a48e15
parent8b3746208ce2a2a2bb057dec09cf09a0c783d91b (diff)
downloadpostgresql-a6dacf6bbb45bbb73a0729022daa47197312c321.tar.gz
postgresql-a6dacf6bbb45bbb73a0729022daa47197312c321.zip
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.
-rw-r--r--doc/src/sgml/ref/comment.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml
index fdebbffc705..c1cf587cb29 100644
--- a/doc/src/sgml/ref/comment.sgml
+++ b/doc/src/sgml/ref/comment.sgml
@@ -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>