pg_dump segfaults with -z on 6.4

From: Frank Joerdens <frank(at)joerdens(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump segfaults with -z on 6.4
Date: 2000-12-31 16:44:50
Message-ID: 3A4F6282.302EB90D@joerdens.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm just trying to upgrade from 6.4 to 7.1 and did a

pg_dumpall -oz > outfile

or

pg_dump -oz database > outfile

to catch the permissions, and I get a Segmentation fault. Omitting -z works, but that
doesn't cut the mustard cuz I'd have to add all the permission by hand for every single
table (only a few dozen but still . . . ).

Can you dump the grant/revoke commands separately somehow (which table are they in?) or is
there another solution?

Cheers Frank

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-12-31 17:12:03 Re: pg_dump segfaults with -z on 6.4
Previous Message Peter Eisentraut 2000-12-31 11:18:59 Re: Re: NetBSD/Alpha and rkirkpat's patch [was Re: regress failed tests.. SERIOUS?]