projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1420fc
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 27 Jul 2011 15:20:07 +0000
(11:20 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 27 Jul 2011 15:20:07 +0000
(11:20 -0400)
Noted by Josh Kupershmidt.
doc/src/sgml/ref/comment.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/comment.sgml
b/doc/src/sgml/ref/comment.sgml
index 0b28d8eefc51454a2b828ffc11e28a7e96f376aa..deda01281b13ecb91e7bb6d04345b85dc7842b49 100644
(file)
--- 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 type
s
, or foreign table.
+ to a table, view, composite type, or foreign table.
</para>
</listitem>
</varlistentry>