summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchriskl2004-05-30 07:37:29 +0000
committerchriskl2004-05-30 07:37:29 +0000
commitf341ba1fcee7517fd18a560243a031e2c9b96334 (patch)
tree83ba045ab57847684a3be75b0943b452bcef9ccd
parentb92e2a2876509b8688b915806b792f97559a4ebb (diff)
add to the FAQ an item that was in the website, but not here
-rw-r--r--FAQ9
1 files changed, 9 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 78a51a49..e7a4d690 100644
--- a/FAQ
+++ b/FAQ
@@ -107,6 +107,15 @@ A: You need to configure phpPgAdmin (in the config.inc.php file) to point
to the location of the pg_dump and pg_dumpall utilities on your server.
Once you have done that, the database export feature will appear.
+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 pg_dump.exe on Windows, you need to install the Cygwin
+version of PostgreSQL. Go to http://www.cygwin.com/ and download and
+run the setup.exe. During setup of Cygwin, choose database/PostgreSQL
+as an extra package. Once installation is complete, you will have
+pg_dump.exe installed.
+
Q: Why can't I reload the SQL script I dumped in the SQL window?
A: The following limitations currently exist in SQL script execution: