aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-06-15 13:25:44 -0400
committerBruce Momjian <bruce@momjian.us>2017-06-15 13:25:44 -0400
commitad1ea61cf88a02f5983dff2d2342136a97675c29 (patch)
treec03c57640794e189c9384c444c53ea9ed539b73e
parent6d3a0fc33750b1eee0c63220075b058a8e0d675e (diff)
downloadpostgresql-ad1ea61cf88a02f5983dff2d2342136a97675c29.tar.gz
postgresql-ad1ea61cf88a02f5983dff2d2342136a97675c29.zip
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/6a638c60-90bb-4921-8ee4-5fdad68f8b09@aklaver.com Backpatch-through: 9.3, where the mention first appeared
-rw-r--r--doc/src/sgml/pgupgrade.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index 20e27f52d94..9df7e4657aa 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/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>