update FAQ
authorchriskl <chriskl>
Sun, 20 Apr 2003 10:38:29 +0000 (10:38 +0000)
committerchriskl <chriskl>
Sun, 20 Apr 2003 10:38:29 +0000 (10:38 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 0725c5b6b3e84cf3ea5fbbf206f0bd4bbaaa0a0f..f4f5ce01f9921f3ec6e19809d7da662311e121da 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -5,7 +5,8 @@ ERRORS
 ------
 
 Q: I've installed phpPgAdmin but when I try to use it I get an error message
-   about the "pg_connect" function not existing.
+   telling me that I have not compiled proper database support into my
+   PHP installation. 
 
 A: This means that you have not properly compiled PostgreSQL support into
    your PHP.  The correct configure flag to use is '--with-pgsql'.  Read the
@@ -27,15 +28,6 @@ A: PostgreSQL, by default, runs in trust mode.  That means that it doesn't
    to enter a password to start PostgreSQL.  Get around this by using a
    .pgpass file - explained in the PostgreSQL documentation.
 
-Q: I get all sorts of errors about "pg_namespace" and "schema".  What's going
-   on?
-
-A: The default database driver specified in the config.inc.php file is the
-   "Postgres73" driver.  This will only work for PostgreSQL 7.3 series.
-   Change this driver to "Postgres72" for the 7.2 series, "Postgres71" for the
-   7.1 series or "Postgres" for 7.0.  Versions of PostgreSQL below 7.0 are not
-   supported.  However, patches are welcome!
-
 Q: I'm running phpPgAdmin on Win32 and I always get the message that the
    "config.inc.php is not found".  I have copied the config.inc.php-dist file
    and yet the error still occurs.