aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-06-15 13:25:45 -0400
committerBruce Momjian <bruce@momjian.us>2017-06-15 13:25:45 -0400
commit07fb943335f3cdd11a9146ae6fdee237cc83c5f6 (patch)
treeb352df4bbaab27d7c09757e9dd4d453f3a9af39d
parent0f33a719fdbb5d8c43839ea0d2c90cd03e2af2d2 (diff)
downloadpostgresql-07fb943335f3cdd11a9146ae6fdee237cc83c5f6.tar.gz
postgresql-07fb943335f3cdd11a9146ae6fdee237cc83c5f6.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/ref/pgupgrade.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 5b32b75bd7f..ac7ec9f23c0 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>