Re: Please review TODO list - Mailing list pgsql-hackers

From Philip Warner
Subject Re: Please review TODO list
Date
Msg-id 3.0.5.32.20010104140103.03e86a30@mail.rhyme.com.au
Whole thread Raw
In response to Please review TODO list  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Please review TODO list
List pgsql-hackers
Don't know whether this belongs on the TODO, but it probably needs to go
somewhere in a 'New Features' section (at least the first two items):

pg_dump:
--------

- Support BLOBs in pg_dump (pjw)
- new utility, pg_restore, which will read dump files and restore  all/some of the dump. Also supports reordering of
outputand  direct database connections. (pjw)
 
- Support for PRIMARY KEY constraints (Bruce?)
- Allow pg_dump to create TAR archive rather than monolithic SQL file (pjw)
- Dump views using a 'CREATE VIEW' statement (pjw)
- Restore sequences properly, including 'is_called' flag (pjw).

other:
------

- New 3 parameter setval.


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: V7.0 Error: OID ##### no longer exists in pg_databas e
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Weirdness in CHECK?