aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-06-14 02:18:43 +0000
committerRobert Haas <rhaas@postgresql.org>2010-06-14 02:18:43 +0000
commit38736e22762e721306496c3713bf34c3c6ea3ae9 (patch)
tree0d8ab210aa70268611deb94c721ca71341fda424 /doc/src
parentdd6c1080d069e69ec4f47ac797467f3af60043ac (diff)
downloadpostgresql-38736e22762e721306496c3713bf34c3c6ea3ae9.tar.gz
postgresql-38736e22762e721306496c3713bf34c3c6ea3ae9.zip
Fix misplaced modifier.
As suggested by Ian Barwick.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.0.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml
index 845e1cd3be3..d3fabaf83ec 100644
--- a/doc/src/sgml/release-9.0.sgml
+++ b/doc/src/sgml/release-9.0.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.30 2010/06/14 01:07:41 rhaas Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.31 2010/06/14 02:18:43 rhaas Exp $ -->
<sect1 id="release-9-0">
<title>Release 9.0</title>
@@ -842,8 +842,8 @@
<listitem>
<para>
- Allow <link linkend="SQL-COMMENT">comments</link> only on
- columns of tables, views, and composite types, not other
+ Allow <link linkend="SQL-COMMENT">comments</link> on
+ columns only of tables, views, and composite types, not other
objects like indexes and <acronym>TOAST</> tables (Tom Lane)
</para>
</listitem>