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
3624acd3
Commit
3624acd3
authored
Mar 08, 2014
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: small adjustements to recent SELECT and pg_upgrade improvements
parent
8879fa09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/pgupgrade.sgml
+4
-4
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select.sgml
+3
-2
No files found.
doc/src/sgml/pgupgrade.sgml
View file @
3624acd3
...
...
@@ -458,10 +458,10 @@ psql --username postgres --file script.sql postgres
<para>
Once you are satisfied with the upgrade, you can delete the old
cluster's data directories by running the script mentioned when
<command>pg_upgrade</command> completes.
You can also delete the
old installation directories
(e.g. <filename>bin</>, <filename>share</>). This will not work
if you have tablespaces inside the old data directory
.
<command>pg_upgrade</command> completes.
(Automatic deletion is not
possible if you have user-defined tablespaces inside the old data
directory.) You can also delete the old installation directories
(e.g. <filename>bin</>, <filename>share</>)
.
</para>
</step>
...
...
doc/src/sgml/ref/select.sgml
View file @
3624acd3
...
...
@@ -1497,8 +1497,9 @@ SELECT * FROM <replaceable class="parameter">name</replaceable>
variant in parts of complex queries. Only the <literal>WITH</>,
<literal>UNION</>, <literal>INTERSECT</>, <literal>EXCEPT</>,
<literal>ORDER BY</>, <literal>LIMIT</>, <literal>OFFSET</>,
<literal>FETCH</> and locking clauses can be used with <command>TABLE</>;
the <literal>WHERE</> clause and any form of aggregation cannot
<literal>FETCH</> and <literal>FOR</> locking clauses can be used
with <command>TABLE</>; the <literal>WHERE</> clause and any form of
aggregation cannot
be used.
</para>
</refsect2>
...
...
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