Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3624acd

Browse files
committed
docs: small adjustements to recent SELECT and pg_upgrade improvements
1 parent 8879fa0 commit 3624acd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/src/sgml/pgupgrade.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,10 @@ psql --username postgres --file script.sql postgres
458458
<para>
459459
Once you are satisfied with the upgrade, you can delete the old
460460
cluster's data directories by running the script mentioned when
461-
<command>pg_upgrade</command> completes. You can also delete the
462-
old installation directories
463-
(e.g. <filename>bin</>, <filename>share</>). This will not work
464-
if you have tablespaces inside the old data directory.
461+
<command>pg_upgrade</command> completes. (Automatic deletion is not
462+
possible if you have user-defined tablespaces inside the old data
463+
directory.) You can also delete the old installation directories
464+
(e.g. <filename>bin</>, <filename>share</>).
465465
</para>
466466
</step>
467467

doc/src/sgml/ref/select.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,8 +1497,9 @@ SELECT * FROM <replaceable class="parameter">name</replaceable>
14971497
variant in parts of complex queries. Only the <literal>WITH</>,
14981498
<literal>UNION</>, <literal>INTERSECT</>, <literal>EXCEPT</>,
14991499
<literal>ORDER BY</>, <literal>LIMIT</>, <literal>OFFSET</>,
1500-
<literal>FETCH</> and locking clauses can be used with <command>TABLE</>;
1501-
the <literal>WHERE</> clause and any form of aggregation cannot
1500+
<literal>FETCH</> and <literal>FOR</> locking clauses can be used
1501+
with <command>TABLE</>; the <literal>WHERE</> clause and any form of
1502+
aggregation cannot
15021503
be used.
15031504
</para>
15041505
</refsect2>

0 commit comments

Comments
 (0)