diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-07-27 11:20:07 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-07-27 11:20:07 -0400 |
commit | a8302803ab225e87458037b922aceee9864d9f54 (patch) | |
tree | 3b9c0424a98b0931a8605e96c9643997264b01f6 /doc/src | |
parent | c1420fcf7d9e899b3378e25f5e21776f6461b4a4 (diff) | |
download | postgresql-a8302803ab225e87458037b922aceee9864d9f54.tar.gz postgresql-a8302803ab225e87458037b922aceee9864d9f54.zip |
Fix typo.
Noted by Josh Kupershmidt.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/comment.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index 0b28d8eefc5..deda01281b1 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -113,7 +113,7 @@ COMMENT ON text search objects, types, and views can be schema-qualified. When commenting on a column, <replaceable class="parameter">relation_name</replaceable> must refer - to a table, view, composite types, or foreign table. + to a table, view, composite type, or foreign table. </para> </listitem> </varlistentry> |