on second thought, reword the whole thing
authorRobert Treat <xzilla@users.sourceforge.net>
Thu, 17 Jul 2008 01:44:33 +0000 (21:44 -0400)
committerRobert Treat <xzilla@users.sourceforge.net>
Thu, 17 Jul 2008 03:11:56 +0000 (23:11 -0400)
(cherry picked from commit cd6846aa34c10a92bd040d03c4603c077cd7e23f)

FAQ

diff --git a/FAQ b/FAQ
index bba606c2cbc074b11f34426b0251367b90dd669f..8ba2bcea04cf51f2460ea6016c70e2d3f65ac196 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -138,8 +138,9 @@ Q: I would like to use the pg_dump integration for database and table
 dumps on Windows. How do I get pg_dump.exe on Windows?
 
 A: To get the pg_dump utilities on Windows, you need to install PostgreSQL 8.0
-   for Windows. It is available for download at
-   http://www.postgresql.org/ftp/binary/. 
+   or higher (we recommend the latest release) for Windows, available for 
+   download from the 
+   <a href="http://www.postgresql.org/ftp/binary/">PostgreSQL ftp site</a>. 
    Once you have installed that, set the pg_dump and pg_dumpall locations
    in the config.inc.php file to
    'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dump.exe' and