diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-05-03 20:45:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-05-03 20:45:43 +0000 |
commit | 71907f7de5aa809dc7f7d3205c91decb3489bc08 (patch) | |
tree | 9651a12a7281bc61af20e4e32707261534c85439 | |
parent | 04f2403820344cc27da85d8c0e250933dbecf6b9 (diff) | |
download | postgresql-71907f7de5aa809dc7f7d3205c91decb3489bc08.tar.gz postgresql-71907f7de5aa809dc7f7d3205c91decb3489bc08.zip |
Fix unintelligible description created by removing only part of
a parenthetical remark.
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 6 | ||||
-rw-r--r-- | doc/src/sgml/ref/select.sgml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index b4cd7e5d79c..cccbfd2da6d 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.105 2009/04/15 22:42:50 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.106 2009/05/03 20:45:43 tgl Exp $ PostgreSQL documentation --> @@ -451,9 +451,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of: The name (possibly schema-qualified) of an existing table to alter. If <literal>ONLY</> is specified, only that table is altered. If <literal>ONLY</> is not specified, the table and any - descendant tables are altered. The default can be changed - using the configuration parameter <xref - linkend="guc-sql-inheritance">. + descendant tables are altered. </para> </listitem> </varlistentry> diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 7e58aa5982b..9675adcbf86 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.121 2009/04/15 22:42:50 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.122 2009/05/03 20:45:43 tgl Exp $ PostgreSQL documentation --> @@ -271,9 +271,7 @@ TABLE { [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] | The name (optionally schema-qualified) of an existing table or view. If <literal>ONLY</> is specified, only that table is scanned. If <literal>ONLY</> is not specified, the table and - any descendant tables are scanned. The default - behavior can be changed using the <xref - linkend="guc-sql-inheritance"> configuration option. + any descendant tables are scanned. </para> </listitem> </varlistentry> |