Fix thinko in description of table_name parameter
authorAlvaro Herrera <[email protected]>
Tue, 7 Jun 2016 22:18:26 +0000 (18:18 -0400)
committerAlvaro Herrera <[email protected]>
Tue, 7 Jun 2016 22:18:26 +0000 (18:18 -0400)
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.

doc/src/sgml/ref/comment.sgml

index fdebbffc70581b0fafc5e61bdf4b4122c0daffa0..c1cf587cb29477c3941fdb3d3a8435a007fc905a 100644 (file)
@@ -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>