From: Robert Haas Date: Wed, 27 Jul 2011 15:20:07 +0000 (-0400) Subject: Fix typo. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bc9d2e7c4ae1cb4f0392194f539ba3e6847f42f5;p=users%2Fhanada%2Fpostgres.git Fix typo. Noted by Josh Kupershmidt. --- diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index 838f43fcbd..ee2f39b2df 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -101,7 +101,7 @@ COMMENT ON be schema-qualified. When commenting on a column, relation_name must refer - to a table, view, or composite types. + to a table, view, or composite type.