diff options
author | Magnus Hagander <magnus@hagander.net> | 2021-01-22 12:49:53 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2021-01-22 12:49:53 +0100 |
commit | 0a9ae44288d122c12aa0862b032ae892942da452 (patch) | |
tree | 0fb52eab132e18cceb51452fb777bd3fe8cf98b5 | |
parent | 09418bed67a7d5d5a8c9c3070f4c9048455a5389 (diff) | |
download | postgresql-0a9ae44288d122c12aa0862b032ae892942da452.tar.gz postgresql-0a9ae44288d122c12aa0862b032ae892942da452.zip |
Remove reference to ftp servers from documentation
It's been a long time since we used ftp, but there was a single
reference left in the docs.
Author: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/6880D602-7286-46EC-8A03-14E3248FEC7A@yesql.se
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 844ef2cbd29..47e5f7c8ae4 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -257,7 +257,8 @@ $ENV{MSBFLAGS}="/m"; <note> <para> - The obsolete <literal>winflex</literal> binaries distributed on the PostgreSQL FTP site + The obsolete <literal>winflex</literal> binaries distributed in the + downloads section of the PostgreSQL web site and referenced in older documentation will fail with <quote>flex: fatal internal error, exec failed</quote> on 64-bit Windows hosts. Use Flex from MSYS instead. |