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
71907f7d
Commit
71907f7d
authored
15 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix unintelligible description created by removing only part of
a parenthetical remark.
parent
04f24038
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/alter_table.sgml
+2
-4
2 additions, 4 deletions
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/select.sgml
+2
-4
2 additions, 4 deletions
doc/src/sgml/ref/select.sgml
with
4 additions
and
8 deletions
doc/src/sgml/ref/alter_table.sgml
+
2
−
4
View file @
71907f7d
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
5
2009/0
4/15
2
2
:4
2:50 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
6
2009/0
5/03
2
0
:4
5:43 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -451,9 +451,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
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 any
descendant tables are altered. The default can be changed
using the configuration parameter <xref
linkend="guc-sql-inheritance">.
descendant tables are altered.
</para>
</listitem>
</varlistentry>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/select.sgml
+
2
−
4
View file @
71907f7d
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
1
2009/0
4/15
2
2
:4
2:50 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
2
2009/0
5/03
2
0
:4
5:43 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -271,9 +271,7 @@ 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
any descendant tables are scanned. The default
behavior can be changed using the <xref
linkend="guc-sql-inheritance"> configuration option.
any descendant tables are scanned.
</para>
</listitem>
</varlistentry>
...
...
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