mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Add:
> * Allow pg_dump to dump a specific schema
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sun Oct 20 20:36:15 EDT 2002
|
Last updated: Mon Oct 21 16:34:56 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -291,6 +291,7 @@ Clients
|
|||||||
* Add XML interface: psql, pg_dump, COPY, separate server (?)
|
* Add XML interface: psql, pg_dump, COPY, separate server (?)
|
||||||
* -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)
|
||||||
* Add schema, cast, and conversion backslash commands to psql
|
* Add schema, cast, and conversion backslash commands to psql
|
||||||
|
* Allow pg_dump to dump a specific schema
|
||||||
|
|
||||||
* JDBC
|
* JDBC
|
||||||
o Comprehensive test suite. This may be available already.
|
o Comprehensive test suite. This may be available already.
|
||||||
|
Reference in New Issue
Block a user