File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
5
Bracketed items "[]" have more detail.
6
6
7
7
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8
- Last updated: Thu Oct 7 20:36:17 EDT 2004
8
+ Last updated: Thu Oct 7 20:43:56 EDT 2004
9
9
10
10
The most recent version of this document can be viewed at the PostgreSQL web
11
11
site, http://www.PostgreSQL.org.
@@ -465,8 +465,11 @@ Clients
465
465
o Stop dumping CASCADE on DROP TYPE commands in clean mode
466
466
o Add full object name to the tag field. eg. for operators we need
467
467
'=(integer, integer)', instead of just '='.
468
- o Add pg_dumpall custom format dumps. This is probably best done by
469
- combining pg_dump and pg_dumpall into a single binary
468
+ o Add pg_dumpall custom format dumps.
469
+
470
+ This is probably best done by combining pg_dump and pg_dumpall
471
+ into a single binary.
472
+
470
473
o Add CSV output format
471
474
472
475
* psql tab completion
You can’t perform that action at this time.
0 commit comments