diff options
author | soranzo | 2004-06-29 19:41:42 +0000 |
---|---|---|
committer | soranzo | 2004-06-29 19:41:42 +0000 |
commit | f8fe32b3412360d6f2086ea7489d775037a03c13 (patch) | |
tree | 57507a70d635bcd027ae54ffb3512459a08e9d6e | |
parent | fe41bcb99431047de98483feedc0bec7035bf602 (diff) |
Small fixes to FAQ
-rw-r--r-- | FAQ | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -59,8 +59,8 @@ A: PostgreSQL, by default, runs in trust mode. That means that it doesn't Q: I get a warning like this when using phpPgAdmin on Windows: - Warning: session_start() [function.session-start]: - open(/tmp\sess_5a401ef1e67fb7a176a95236116fe348, O_RDWR) failed + "Warning: session_start() [function.session-start]: + open(/tmp\sess_5a401ef1e67fb7a176a95236116fe348, O_RDWR) failed" A: You need to edit your PHP.INI file (usually in C:\WINDOWS) and change this line: @@ -164,6 +164,5 @@ A: The Info page will show you what other tables have foreign keys to the Q: I would like to help out with the development of phpPgAdmin. How should I proceed? -A: Read the DEVELOPERS and TRANSLATORS files. - +A: We really would like your help! Please read the DEVELOPERS and TRANSLATORS files. |