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
71907f7d
Commit
71907f7d
authored
May 03, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unintelligible description created by removing only part of
a parenthetical remark.
parent
04f24038
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_table.sgml
+2
-4
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select.sgml
+2
-4
No files found.
doc/src/sgml/ref/alter_table.sgml
View file @
71907f7d
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
5 2009/04/15 22:42:50 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.10
6 2009/05/03 20:45: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>
...
...
doc/src/sgml/ref/select.sgml
View file @
71907f7d
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
1 2009/04/15 22:42:50 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.12
2 2009/05/03 20:45: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>
...
...
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