Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d20578

Browse files
committed
Add pg_dump section:
< * -Allow pg_dump to dump CREATE CONVERSION (Christopher)< * -Make pg_restore continue after errors, so it acts more like pg_dump scripts485,486d482< * Allow pg_dumpall to use non-text output formats< * Have pg_dump use multi-statement transactions for INSERT dumps493,496d488< * Allow pg_dump to use multiple -t and -n switches<< This should be done by allowing a '-t schema.table' syntax.<498a491,512>> * pg_dump> o Allow pg_dumpall to use non-text output formats> o Have pg_dump use multi-statement transactions for INSERT dumps> o -Allow pg_dump to dump CREATE CONVERSION (Christopher)> o -Make pg_restore continue after errors, so it acts more like pg_dump> scripts> o Allow pg_dump to use multiple -t and -n switches>> This should be done by allowing a '-t schema.table' syntax.>> o Add dumping of comments on composite type columns> o Add dumping of comments on index columns> o Replace crude DELETE FROM method of pg_dumpall for cleaning of> users and groups with separate DROP commands> o Add dumping and restoring of LOB comments> 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> '=(integer, integer)', instead of just '='.> o Add pg_dumpall custom format dumps. This is probably best done by> combining pg_dump and pg_dumpall into a single binary> o Add CSV output format
1 parentaf032f1 commit3d20578

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

‎doc/TODO

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Tue Aug 1713:14:48 EDT 2004
8+
Last updated:Tue Aug 1723:19:44 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -479,24 +479,38 @@ Clients
479479
* -Allow psql \du to show users, and add \dg for groups
480480
* Add a libpq function to support Parse/DescribeStatement capability
481481
* Prevent libpq's PQfnumber() from lowercasing the column name (?)
482-
* -Allow pg_dump to dump CREATE CONVERSION (Christopher)
483-
* -Make pg_restore continue after errors, so it acts more like pg_dump scripts
484482
* Have psql show current values for a sequence
485-
* Allow pg_dumpall to use non-text output formats
486-
* Have pg_dump use multi-statement transactions for INSERT dumps
487483
* Move psql backslash database information into the backend, use mnemonic
488484
commands? [psql]
489485

490486
This would allow non-psql clients to pull the same information out of
491487
the database as psql.
492488

493-
* Allow pg_dump to use multiple -t and -n switches
494-
495-
This should be done by allowing a '-t schema.table' syntax.
496-
497489
* Fix oid2name and dbsize for tablespaces
498490
* Consistently display privilege information for all objects in psql
499491

492+
* pg_dump
493+
o Allow pg_dumpall to use non-text output formats
494+
o Have pg_dump use multi-statement transactions for INSERT dumps
495+
o -Allow pg_dump to dump CREATE CONVERSION (Christopher)
496+
o -Make pg_restore continue after errors, so it acts more like pg_dump
497+
scripts
498+
o Allow pg_dump to use multiple -t and -n switches
499+
500+
This should be done by allowing a '-t schema.table' syntax.
501+
502+
o Add dumping of comments on composite type columns
503+
o Add dumping of comments on index columns
504+
o Replace crude DELETE FROM method of pg_dumpall for cleaning of
505+
users and groups with separate DROP commands
506+
o Add dumping and restoring of LOB comments
507+
o Stop dumping CASCADE on DROP TYPE commands in clean mode
508+
o Add full object name to the tag field. eg. for operators we need
509+
'=(integer, integer)', instead of just '='.
510+
o Add pg_dumpall custom format dumps. This is probably best done by
511+
combining pg_dump and pg_dumpall into a single binary
512+
o Add CSV output format
513+
500514
* ECPG (?)
501515
o Docs
502516

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp