Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 74aa1a4

Browse files
committed
Remove mention of pre-7.1 inheritance behavior from /ref pages; keep
mentions in main documentation.
1 parent fa2afcf commit 74aa1a4

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

doc/src/sgml/ref/alter_table.sgml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.104 2009/02/11 21:11:15 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.105 2009/04/15 22:42:50 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -450,13 +450,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
450450
<para>
451451
The name (possibly schema-qualified) of an existing table to
452452
alter. If <literal>ONLY</> is specified, only that table is
453-
altered. If <literal>ONLY</> is not specified, the table and all
454-
its descendant tables (if any) are updated. <literal>*</> can be
455-
appended to the table name to indicate that descendant tables are
456-
to be altered, but in the current version, this is the default
457-
behavior. (In releases before 7.1, <literal>ONLY</> was the
458-
default behavior. The default can be altered by changing the
459-
configuration parameter <xref linkend="guc-sql-inheritance">.)
453+
altered. If <literal>ONLY</> is not specified, the table and any
454+
descendant tables are altered. The default can be changed
455+
using the configuration parameter <xref
456+
linkend="guc-sql-inheritance">.
460457
</para>
461458
</listitem>
462459
</varlistentry>

doc/src/sgml/ref/select.sgml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.120 2009/02/02 20:42:57 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.121 2009/04/15 22:42:50 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -271,12 +271,8 @@ TABLE { [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] |
271271
The name (optionally schema-qualified) of an existing table or
272272
view. If <literal>ONLY</> is specified, only that table is
273273
scanned. If <literal>ONLY</> is not specified, the table and
274-
all its descendant tables (if any) are scanned. <literal>*</>
275-
can be appended to the table name to indicate that descendant
276-
tables are to be scanned, but in the current version, this is
277-
the default behavior. (In releases before 7.1,
278-
<literal>ONLY</> was the default behavior.) The default
279-
behavior can be modified by changing the <xref
274+
any descendant tables are scanned. The default
275+
behavior can be changed using the <xref
280276
linkend="guc-sql-inheritance"> configuration option.
281277
</para>
282278
</listitem>

0 commit comments

Comments
 (0)