Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
74aa1a45
Commit
74aa1a45
authored
16 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove mention of pre-7.1 inheritance behavior from /ref pages; keep
mentions in main documentation.
parent
fa2afcfe
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/alter_table.sgml
+5
-8
5 additions, 8 deletions
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/select.sgml
+3
-7
3 additions, 7 deletions
doc/src/sgml/ref/select.sgml
with
8 additions
and
15 deletions
doc/src/sgml/ref/alter_table.sgml
+
5
−
8
View file @
74aa1a45
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
4
2009/0
2
/1
1
2
1:11:15 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
5
2009/0
4
/1
5
2
2:42:50 momjian
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -450,13 +450,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
...
@@ -450,13 +450,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<para>
<para>
The name (possibly schema-qualified) of an existing table to
The name (possibly schema-qualified) of an existing table to
alter. If <literal>ONLY</> is specified, only that table is
alter. If <literal>ONLY</> is specified, only that table is
altered. If <literal>ONLY</> is not specified, the table and all
altered. If <literal>ONLY</> is not specified, the table and any
its descendant tables (if any) are updated. <literal>*</> can be
descendant tables are altered. The default can be changed
appended to the table name to indicate that descendant tables are
using the configuration parameter <xref
to be altered, but in the current version, this is the default
linkend="guc-sql-inheritance">.
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">.)
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/select.sgml
+
3
−
7
View file @
74aa1a45
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
0
2009/0
2/02 20:42:57 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
1
2009/0
4/15 22:42:50 momjian
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -271,12 +271,8 @@ TABLE { [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] |
...
@@ -271,12 +271,8 @@ TABLE { [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] |
The name (optionally schema-qualified) of an existing table or
The name (optionally schema-qualified) of an existing table or
view. If <literal>ONLY</> is specified, only that table is
view. If <literal>ONLY</> is specified, only that table is
scanned. If <literal>ONLY</> is not specified, the table and
scanned. If <literal>ONLY</> is not specified, the table and
all its descendant tables (if any) are scanned. <literal>*</>
any descendant tables are scanned. The default
can be appended to the table name to indicate that descendant
behavior can be changed using the <xref
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
linkend="guc-sql-inheritance"> configuration option.
linkend="guc-sql-inheritance"> configuration option.
</para>
</para>
</listitem>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment