doc: remove mention of Windows junction points by pg_upgrade
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2017 17:25:45 +0000 (13:25 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2017 17:25:45 +0000 (13:25 -0400)
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

doc/src/sgml/ref/pgupgrade.sgml

index 5b32b75bd7f1372aa3d841a99b2b7ddd64dd6e0f..ac7ec9f23c0d085dac3391dca4f3e270de266a77 100644 (file)
       <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>