diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-06-15 13:25:44 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-06-15 13:25:44 -0400 |
commit | ae58c15bd3f6447cbc67256bfb0b40d342b88fec (patch) | |
tree | ec00f332f94a037f8e1ee423c51f624e06c560bc | |
parent | 5eaee9b4c4af3c3cc7f52f921e03512699dcd887 (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/6a638c60-90bb-4921-8ee4-5fdad68f8b09@aklaver.com
Backpatch-through: 9.3, where the mention first appeared
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index fadb9799522..2b14964c232 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> |