diff options
author | Bruce Momjian | 2017-06-15 17:25:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2017-06-15 17:25:45 +0000 |
commit | 07fb943335f3cdd11a9146ae6fdee237cc83c5f6 (patch) | |
tree | b352df4bbaab27d7c09757e9dd4d453f3a9af39d | |
parent | 0f33a719fdbb5d8c43839ea0d2c90cd03e2af2d2 (diff) |
doc: remove mention of Windows junction points by pg_upgrade
pg_upgrade never used Windows junction points but instead always used
Windows hard links.
Reported-by: Adrian Klaver
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.3, where the mention first appeared
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 5b32b75bd7..ac7ec9f23c 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -123,7 +123,7 @@ <term><option>-k</option></term> <term><option>--link</option></term> <listitem><para>use hard links instead of copying files to the new - cluster (use junction points on Windows)</para></listitem> + cluster</para></listitem> </varlistentry> <varlistentry> |