pg_dump/pg_restore with BLOBS (Updated Again) - Mailing list pgsql-general

From Philip Warner
Subject pg_dump/pg_restore with BLOBS (Updated Again)
Date
Msg-id 3.0.5.32.20000802001109.028d7b20@mail.rhyme.com.au
Whole thread Raw
List pgsql-general
There is a new version of pg_dump (with blob support) at:

    ftp://ftp.rhyme.com.au/pub/postgresql/pg_dump/blobs/

This version (148) has the following additions:

- pg_dump (plain text format) dumps \connect statements again.
- pg_restore correctly reconnects to the database to ensure ownership is
restored.
- pg_restore (& pg_dump) supports:

    --create to create a new schema

    --no-owner to skip database reconnections for object ownership

    --no-reconnections to skip reconnections entirely
      (triggers will not be disabled if the user is not a superuser)

    --superuser to specify the superuser account to use to disable triggers.
      (for when the current user is not a superuser)

- various minor bug fixes to BLOB dump & restore and dump of aggregate
definitions.

If you wish to use the ZLIB compression library then you have to add
-DHAVE_LIBZ to the Makefile.

Any comments & suggestions would be appreciated...

NOTE: This is an experimental version and SHOULD NOT BE RELIED UPON FOR
BACKUPS.


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.C.N. 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-general by date:

Previous
From: "Differentiated Software Solutions Pvt. Ltd"
Date:
Subject: Postgres connect with Access
Next
From: "luc00"
Date:
Subject: Embedded SQL C++ preprocessor ?