We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc4c3428 commit050beacCopy full SHA for 050beac
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Thu Oct 7 20:36:17 EDT 2004
+Last updated:Thu Oct 7 20:43:56 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web
11
site, http://www.PostgreSQL.org.
@@ -465,8 +465,11 @@ Clients
465
o Stop dumping CASCADE on DROP TYPE commands in clean mode
466
o Add full object name to the tag field. eg. for operators we need
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
+o Add pg_dumpall custom format dumps.
+
470
+ This is probably best done by combining pg_dump and pg_dumpall
471
+ into a single binary.
472
473
o Add CSV output format
474
475
* psql tab completion