diff options
author | Robert Treat | 2008-07-17 00:29:39 +0000 |
---|---|---|
committer | Robert Treat | 2008-07-17 00:29:39 +0000 |
commit | cc0296b2d4885dd3467e4908051f7ec0b0350cea (patch) | |
tree | 690d6fd1f92ca341cb0fcc833fbcbe4eeea295a2 | |
parent | 7d1e42bbcc79a8892c00b38a2cff2740a3c3e5c7 (diff) |
update link for win32 binaries
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ 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/win32/ . + http://www.postgresql.org/ftp/binary/. 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 |