mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Pull comment down into its own paragraph.
This commit is contained in:
parent
c4c3428914
commit
050beacc6e
9
doc/TODO
9
doc/TODO
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||||||
Bracketed items "[]" have more detail.
|
Bracketed items "[]" have more detail.
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Thu Oct 7 20:36:17 EDT 2004
|
Last updated: Thu Oct 7 20:43:56 EDT 2004
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -465,8 +465,11 @@ Clients
|
|||||||
o Stop dumping CASCADE on DROP TYPE commands in clean mode
|
o Stop dumping CASCADE on DROP TYPE commands in clean mode
|
||||||
o Add full object name to the tag field. eg. for operators we need
|
o Add full object name to the tag field. eg. for operators we need
|
||||||
'=(integer, integer)', instead of just '='.
|
'=(integer, integer)', instead of just '='.
|
||||||
o Add pg_dumpall custom format dumps. This is probably best done by
|
o Add pg_dumpall custom format dumps.
|
||||||
combining pg_dump and pg_dumpall into a single binary
|
|
||||||
|
This is probably best done by combining pg_dump and pg_dumpall
|
||||||
|
into a single binary.
|
||||||
|
|
||||||
o Add CSV output format
|
o Add CSV output format
|
||||||
|
|
||||||
* psql tab completion
|
* psql tab completion
|
||||||
|
Loading…
Reference in New Issue
Block a user