Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
74aa1a45
Commit
74aa1a45
authored
Apr 15, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mention of pre-7.1 inheritance behavior from /ref pages; keep
mentions in main documentation.
parent
fa2afcfe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
15 deletions
+8
-15
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_table.sgml
+5
-8
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select.sgml
+3
-7
No files found.
doc/src/sgml/ref/alter_table.sgml
View file @
74aa1a45
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
4 2009/02/11 21:11:15 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
5 2009/04/15 22:42:50 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -450,13 +450,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<para>
The name (possibly schema-qualified) of an existing table to
alter. If <literal>ONLY</> is specified, only that table is
altered. If <literal>ONLY</> is not specified, the table and all
its descendant tables (if any) are updated. <literal>*</> 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, <literal>ONLY</> was the
default behavior. The default can be altered by changing the
configuration parameter <xref linkend="guc-sql-inheritance">.)
altered. If <literal>ONLY</> is not specified, the table and any
descendant tables are altered. The default can be changed
using the configuration parameter <xref
linkend="guc-sql-inheritance">.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/select.sgml
View file @
74aa1a45
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
0 2009/02/02 20:42:57 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
1 2009/04/15 22:42:50 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -271,12 +271,8 @@ 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
all its descendant tables (if any) are scanned. <literal>*</>
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,
<literal>ONLY</> was the default behavior.) The default
behavior can be modified by changing the <xref
any descendant tables are scanned. The default
behavior can be changed using the <xref
linkend="guc-sql-inheritance"> configuration option.
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment