mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Record for future use if we ever change the protocol:
> * Allow psql to show transaction status if backend protocol changes made
This commit is contained in:
parent
73732ef914
commit
40bda4cbc4
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Feb 22 00:41:52 EST 2002
|
Last updated: Fri Feb 22 11:20:36 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
|
|
@ -245,6 +245,7 @@ CLIENTS
|
||||||
* Have pg_dump -C dump database location and encoding information
|
* Have pg_dump -C dump database location and encoding information
|
||||||
* Allow psql \d to show foreign keys
|
* Allow psql \d to show foreign keys
|
||||||
* Allow psql \d to show temporary table structure
|
* Allow psql \d to show temporary table structure
|
||||||
|
* 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 (?)
|
||||||
* Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
|
* Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
|
||||||
* 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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue