From: Tom Lane Date: Sun, 3 May 2009 20:45:43 +0000 (+0000) Subject: Fix unintelligible description created by removing only part of X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ba3cbb6baced5a1c5f9c93f771bb74501ca470e0;p=users%2Fsimon%2Fpostgres.git Fix unintelligible description created by removing only part of a parenthetical remark. --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 5d09963969..fe3f3889be 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -451,9 +451,7 @@ where action is one of: The name (possibly schema-qualified) of an existing table to alter. If ONLY is specified, only that table is altered. If ONLY is not specified, the table and any - descendant tables are altered. The default can be changed - using the configuration parameter . + descendant tables are altered. diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index d287da8676..900d751e1b 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -271,9 +271,7 @@ TABLE { [ ONLY ] table_name [ * ] | The name (optionally schema-qualified) of an existing table or view. If ONLY is specified, only that table is scanned. If ONLY is not specified, the table and - any descendant tables are scanned. The default - behavior can be changed using the configuration option. + any descendant tables are scanned.