Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38736e2

Browse files
committed
Fix misplaced modifier.
As suggested by Ian Barwick.
1 parent dd6c108 commit 38736e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.30 2010/06/14 01:07:41 rhaas Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.31 2010/06/14 02:18:43 rhaas Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -842,8 +842,8 @@
842842

843843
<listitem>
844844
<para>
845-
Allow <link linkend="SQL-COMMENT">comments</link> only on
846-
columns of tables, views, and composite types, not other
845+
Allow <link linkend="SQL-COMMENT">comments</link> on
846+
columns only of tables, views, and composite types, not other
847847
objects like indexes and <acronym>TOAST</> tables (Tom Lane)
848848
</para>
849849
</listitem>

0 commit comments

Comments
 (0)