Fix thinko in description of table_name parameter
authorAlvaro Herrera
Tue, 7 Jun 2016 22:18:26 +0000 (18:18 -0400)
committerAlvaro Herrera
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 3321d4b49d67929450032f468ee4be9d5ed5874f..e2c9bcf0b4fbe313a4f6dfbcc4df03fffa4da89d 100644 (file)
@@ -135,9 +135,9 @@ COMMENT ON
     domain_name
     
      
-      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.