diff options
author | chriskl | 2005-02-24 12:44:03 +0000 |
---|---|---|
committer | chriskl | 2005-02-24 12:44:03 +0000 |
commit | 120a16ece76937b1603771da2e01dc26035f64d6 (patch) | |
tree | bb473e45b485ea1ce2d69004e0739d66d232ee66 | |
parent | b7c716ce3c1e6a08bf75d17586c3ef25c8422d7e (diff) |
add nte about pagination and downloading
-rw-r--r-- | FAQ | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -187,6 +187,10 @@ A: The Info page will show you what other tables have foreign keys to the it, look in your postgresql.conf file for the stats_* options. Just make them all 'true' and restart PostgreSQL. +Q: Why can't I download data from queries executed in the SQL window? + +A: You need to check the 'Paginate results' option to allow downloads. + Q: I would like to help out with the development of phpPgAdmin. How should I proceed? |