Fix unintelligible description created by removing only part of
a parenthetical remark.
This commit is contained in:
parent
04f2403820
commit
71907f7de5
@ -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
|
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
|
The name (possibly schema-qualified) of an existing table to
|
||||||
alter. If <literal>ONLY</> is specified, only that table is
|
alter. If <literal>ONLY</> is specified, only that table is
|
||||||
altered. If <literal>ONLY</> is not specified, the table and any
|
altered. If <literal>ONLY</> is not specified, the table and any
|
||||||
descendant tables are altered. The default can be changed
|
descendant tables are altered.
|
||||||
using the configuration parameter <xref
|
|
||||||
linkend="guc-sql-inheritance">.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -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
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -271,9 +271,7 @@ TABLE { [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] |
|
|||||||
The name (optionally schema-qualified) of an existing table or
|
The name (optionally schema-qualified) of an existing table or
|
||||||
view. If <literal>ONLY</> is specified, only that table is
|
view. If <literal>ONLY</> is specified, only that table is
|
||||||
scanned. If <literal>ONLY</> is not specified, the table and
|
scanned. If <literal>ONLY</> is not specified, the table and
|
||||||
any descendant tables are scanned. The default
|
any descendant tables are scanned.
|
||||||
behavior can be changed using the <xref
|
|
||||||
linkend="guc-sql-inheritance"> configuration option.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user