diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-06-15 13:25:45 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-06-15 13:25:45 -0400 |
commit | 85f2f543a81aebd1bc214679693c8720ad462fcd (patch) | |
tree | de41a968b2d39acde12f9cda4df0a458298806aa | |
parent | fd376afc9863dd8ea3eba95edfa79961173e706f (diff) | |
download | postgresql-85f2f543a81aebd1bc214679693c8720ad462fcd.tar.gz postgresql-85f2f543a81aebd1bc214679693c8720ad462fcd.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.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 4aa5bb1f7cf..2269eb9d05b 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> |