update faq
authorchriskl <chriskl>
Sat, 13 Dec 2003 11:15:44 +0000 (11:15 +0000)
committerchriskl <chriskl>
Sat, 13 Dec 2003 11:15:44 +0000 (11:15 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 751a28267e24382b01405dd2e0b20f1418c4013e..b688bb786affdfdab05ea543e45947b486494ec8 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -87,11 +87,9 @@ A: In order, phpPgAdmin will prefer the following as unique row identifiers:
 
 Q: What happened to the database dump feature?
 
-A: It is very difficult keeping up with all the changes to PostgreSQL's pg_dump
-   utility.  As a result, phpPgAdmin's database dumps were often incorrect and
-   failed to restore properly, if at all.  Hence, we have removed this feature
-   in phpPgAdmin 3.x.  We STRONGLY recommend using PostgreSQL's pg_dump utility
-   to dump your data.
+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 help out with the development of phpPgAdmin. How should I
    proceed?