summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchriskl2005-02-24 12:44:03 +0000
committerchriskl2005-02-24 12:44:03 +0000
commit120a16ece76937b1603771da2e01dc26035f64d6 (patch)
treebb473e45b485ea1ce2d69004e0739d66d232ee66
parentb7c716ce3c1e6a08bf75d17586c3ef25c8422d7e (diff)
add nte about pagination and downloading
-rw-r--r--FAQ4
1 files changed, 4 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index cd3073c2..ef3b9d54 100644
--- a/FAQ
+++ b/FAQ
@@ -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?