We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074805 commit 00a8eb6Copy full SHA for 00a8eb6
doc/src/sgml/pgupgrade.sgml
@@ -520,11 +520,10 @@ psql --username postgres --file script.sql postgres
520
</para>
521
522
<para>
523
- If doing <option>--check</> with a running old server of a pre-9.1 version,
524
- and the old server is using a Unix-domain socket directory that is
525
- different from the default built into the new <productname>PostgreSQL</>
526
- installation, set <envar>PGHOST</> to point to the socket location of the
527
- old server. (This is not relevant on Windows.)
+ If using a pre-9.1 old server that is using a non-default Unix-domain
+ socket directory or a default that differs from the default of the
+ new cluster, set <envar>PGHOST</> to point to the old server's socket
+ location. (This is not relevant on Windows.)
528
529
530
0 commit comments