pg_dump with BLOBS & V7.0.2 UPDATED

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: pg_dump with BLOBS & V7.0.2 UPDATED
Date: 2000-07-16 10:49:35
Message-ID: 3.0.5.32.20000716204935.02367610@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


Another update of the dump code; this fixes a few bugs that people without
zlib under 7.02 would have experienced. Also, if you wish to use zlib, you
need to modify the Makefile to add -DHAVE_LIBZ to the CFLAGS....

--- Original announcement ----

There is a new version of pg_dump (with blob support) at:

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

This version supports TAR output and has a few bug fixes. There are two
versions to download:

pg_dump_...CVS.tar.gz
and
pg_dump_...702.tar.gz

which can be used to build against CVS and version 7.0.2 respectively.

A TAR format dump is produced by using the -Ft option, and can be used as
input into pg_restore. As with the previous release, BLOBs can only be
reloaded by pg_restore if a db connection is used (via --db=<dbname>).

Any comments & suggestions would be appreciated...

----------------------------------------------------------------
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 |/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eric Jain 2000-07-16 16:02:32 RE: COUNT DISTINCT
Previous Message Philip Warner 2000-07-16 03:34:09 pg_dump with BLOBS & V7.0.2 fix

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-07-16 14:51:19 Automatic dependency tracking is here
Previous Message Philip Warner 2000-07-16 03:34:09 pg_dump with BLOBS & V7.0.2 fix