Commit 38736e22 authored by Robert Haas's avatar Robert Haas

Fix misplaced modifier.

As suggested by Ian Barwick.
parent dd6c1080
<!-- $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"> <sect1 id="release-9-0">
<title>Release 9.0</title> <title>Release 9.0</title>
...@@ -842,8 +842,8 @@ ...@@ -842,8 +842,8 @@
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-COMMENT">comments</link> only on Allow <link linkend="SQL-COMMENT">comments</link> on
columns of tables, views, and composite types, not other columns only of tables, views, and composite types, not other
objects like indexes and <acronym>TOAST</> tables (Tom Lane) objects like indexes and <acronym>TOAST</> tables (Tom Lane)
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment