From: Bruce Momjian Date: Wed, 15 Apr 2009 22:42:50 +0000 (+0000) Subject: Remove mention of pre-7.1 inheritance behavior from /ref pages; keep X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cf9a2d876dba8ee79017af31cad42a8bbb9e5168;p=users%2Fsimon%2Fpostgres.git Remove mention of pre-7.1 inheritance behavior from /ref pages; keep mentions in main documentation. --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 812a4b5b53..5d09963969 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -450,13 +450,10 @@ 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 all - its descendant tables (if any) are updated. * can be - appended to the table name to indicate that descendant tables are - to be altered, but in the current version, this is the default - behavior. (In releases before 7.1, ONLY was the - default behavior. The default can be altered by changing the - configuration parameter .) + altered. If ONLY is not specified, the table and any + descendant tables are altered. The default can be changed + using the configuration parameter . diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 030dc3c890..d287da8676 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -271,12 +271,8 @@ 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 - all its descendant tables (if any) are scanned. * - can be appended to the table name to indicate that descendant - tables are to be scanned, but in the current version, this is - the default behavior. (In releases before 7.1, - ONLY was the default behavior.) The default - behavior can be modified by changing the configuration option.