projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df8ce8
)
Fix typo.
author
Robert Haas
<
[email protected]
>
Wed, 27 Jul 2011 15:20:07 +0000
(11:20 -0400)
committer
Robert Haas
<
[email protected]
>
Wed, 27 Jul 2011 15:21:05 +0000
(11:21 -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 838f43fcbd59a8e4537cec57f5abb503febf6fac..ee2f39b2df9348d47a186299b34b84de1ae714f1 100644
(file)
--- 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,
<replaceable class="parameter">relation_name</replaceable> must refer
- to a table, view, or composite type
s
.
+ to a table, view, or composite type.
</para>
</listitem>
</varlistentry>