From: chriskl Date: Sun, 30 May 2004 07:20:08 +0000 (+0000) Subject: a few updates and corrections X-Git-Tag: REL_3-4-1~25 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=deb72eb7871ef647a27008209abfa40492fd6d25;p=phppgadmin.git a few updates and corrections --- diff --git a/INSTALL b/INSTALL index 3d058b37..7a315d83 100644 --- a/INSTALL +++ b/INSTALL @@ -21,7 +21,8 @@ phpPgAdmin Installation Guide 4. If you run your PHP installation in safe mode, in order that the database dump feature can work correctly, you need to set the 'safe_mode_allowed_env_vars' php.ini variable to include the PGPASSWORD and PGUSER environmental variables - and the safe_mode_exec_dir to include /usr/local/bin. + and the safe_mode_exec_dir to include /usr/bin (or wherever the pg_dump + binaries are found). eg. safe_mode_allowed_env_vars = PHP_,PGPASSWORD,PGUSER safe_mode_exec_dir = /usr/bin @@ -39,9 +40,9 @@ phpPgAdmin Installation Guide following lines in your postgresql.conf and enable them: stats_start_collector = true - stats_command_string = true - stats_block_level = true - stats_row_level = true + stats_command_string = true + stats_block_level = true + stats_row_level = true 6. Browse to the phpPgAdmin installation using a web browser. You might need cookies enabled for phpPgAdmin to work.