From 55dce31c9f8fb023b9f689ee2c40a22d6361afcd Mon Sep 17 00:00:00 2001 From: chriskl Date: Sun, 20 Apr 2003 10:38:29 +0000 Subject: [PATCH] update FAQ --- FAQ | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/FAQ b/FAQ index 0725c5b6..f4f5ce01 100644 --- 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. -- 2.39.5