summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-10-03 16:39:02 +0000
committerBruce Momjian <bruce@momjian.us>2002-10-03 16:39:02 +0000
commit50869ef83907477a10301eba3148a6e730f4a5e7 (patch)
tree58018e73a101113266f5c4b10b9f8f61a8cbcd0e
parent04287daa83a402601e58103a6436caf3d2c31ea9 (diff)
Add:
> * Add schema, cast, and conversion backslash commands to psql
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index eac1153f40c..5ba728b4ae7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Sep 23 10:52:15 EDT 2002
+Last updated: Thu Oct 3 12:38:57 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -282,6 +282,7 @@ Clients
* Allow psql to show transaction status if backend protocol changes made
* Add XML interface: psql, pg_dump, COPY, separate server (?)
* -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
+* Add schema, cast, and conversion backslash commands to psql
* JDBC
o Comprehensive test suite. This may be available already.