aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-19 04:36:27 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-19 04:36:27 +0000
commitcd5c7e7cbdceed75a01d74608e9a9d6f1535ea0f (patch)
tree32b4169cf2237efe02a0a7c5f9c79c2d3bf507ee
parentf69cf1fc14dabbba747884cb19cd4e36be98b125 (diff)
downloadpostgresql-cd5c7e7cbdceed75a01d74608e9a9d6f1535ea0f.tar.gz
postgresql-cd5c7e7cbdceed75a01d74608e9a9d6f1535ea0f.zip
Add:
> * Allow psql \pset boolean variables to set to fixed values, rather than toggle
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 87334e50d04..c99151a1a4a 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 Dec 16 19:04:22 EST 2004
+Last updated: Sat Dec 18 23:36:06 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -523,6 +523,7 @@ Clients
the database as psql.
* 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
* pg_dump
o Have pg_dump use multi-statement transactions for INSERT dumps