summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-08-11 22:39:48 +0000
committerBruce Momjian2003-08-11 22:39:48 +0000
commit730b3a150238578505638ab2331bf569c89d8f7b (patch)
tree9c0004c160a6cd6a9987fd293056696362d47cb2
parentc9fa2871f6508b83f76d6122d3dfa5dfcd93d132 (diff)
Add:
> * Prevent unneeded quoting in psql \d output using fmtId()
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 3c9436f573..f95e3cc6ea 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Aug 8 16:31:23 EDT 2003
+Last updated: Mon Aug 11 18:39:47 EDT 2003
Current maintainer: Bruce Momjian ([email protected])
@@ -272,6 +272,7 @@ Clients
and use that as part of pg_dump along with psql
* Allow psql \du to show groups, and add \dg for groups
* Allow clients to query WITH HOLD cursors and prepared statements
+* Prevent unneeded quoting in psql \d output using fmtId()
* JDBC
@@ -475,7 +476,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
-* Change CVS $Id: TODO,v 1.1113 2003/08/08 20:31:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1113 2003/08/08 20:31:26 momjian Exp $
+* Change CVS $Id: TODO,v 1.1114 2003/08/11 22:39:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1114 2003/08/11 22:39:48 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests