> * Add schema, cast, and conversion backslash commands to psql
This commit is contained in:
Bruce Momjian 2002-10-03 16:39:02 +00:00
parent 04287daa83
commit 50869ef839

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) 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 * Allow psql to show transaction status if backend protocol changes made
* Add XML interface: psql, pg_dump, COPY, separate server (?) * Add XML interface: psql, pg_dump, COPY, separate server (?)
* -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway) * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
* Add schema, cast, and conversion backslash commands to psql
* JDBC * JDBC
o Comprehensive test suite. This may be available already. o Comprehensive test suite. This may be available already.