From: Robert Haas Date: Mon, 14 Jun 2010 02:18:43 +0000 (+0000) Subject: Fix misplaced modifier. X-Git-Tag: REL9_0_BETA3~118 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=38736e22762e721306496c3713bf34c3c6ea3ae9;p=users%2Fhanada%2Fpostgres.git Fix misplaced modifier. As suggested by Ian Barwick. --- diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 845e1cd3be..d3fabaf83e 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -842,8 +842,8 @@ - Allow comments only on - columns of tables, views, and composite types, not other + Allow comments on + columns only of tables, views, and composite types, not other objects like indexes and TOAST tables (Tom Lane)