aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-02-25 00:24:10 +0000
committerBruce Momjian <bruce@momjian.us>2005-02-25 00:24:10 +0000
commitd2557833e94323c36bb518446defba985e795643 (patch)
tree045b11509998952b46a92786c14dfd5c62dfcf48
parent0b58d30168301fe000074b67b2cabc1051d409fa (diff)
downloadpostgresql-d2557833e94323c36bb518446defba985e795643.tar.gz
postgresql-d2557833e94323c36bb518446defba985e795643.zip
Add:
> * Improve psql's handling of multi-line queries
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 4511ec12406..a2ca8b2542b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Feb 24 18:39:38 EST 2005
+Last updated: Thu Feb 24 19:24:24 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -535,6 +535,7 @@ Clients
* Fix psql's display of schema information (Neil)
* Allow psql \pset boolean variables to set to fixed values, rather than toggle
* Consistently display privilege information for all objects in psql
+* Improve psql's handling of multi-line queries
* pg_dump
o Have pg_dump use multi-statement transactions for INSERT dumps
o Allow pg_dump to use multiple -t and -n switches