|
|
|
@ -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> |
|
|
|
|