From 38736e22762e721306496c3713bf34c3c6ea3ae9 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Mon, 14 Jun 2010 02:18:43 +0000 Subject: [PATCH] Fix misplaced modifier. As suggested by Ian Barwick. --- doc/src/sgml/release-9.0.sgml | 6 +++--- 1 file 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> -- GitLab