small pg_dumpall bug/warning in 8.1beta1 - Mailing list pgsql-hackers

From Stefan Kaltenbrunner
Subject small pg_dumpall bug/warning in 8.1beta1
Date
Msg-id 4311C092.90007@kaltenbrunner.cc
Whole thread Raw
Responses Re: small pg_dumpall bug/warning in 8.1beta1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi!

During testing of 8.1 I found that using  pg_dumpall (-g) against a live
8.0 install that has at least one GROUP defined results in the following
warning while it creates the CREATE ROLE statements in the dump:

row number 0 is out of range 0..-1


To reproduce the problem it is enough to init a new 8.0 cluster, create
a empty GROUP and dump the cluster using pg_dumpall from -HEAD(or beta1).



Stefan


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Typmod for user-defined types
Next
From: Tom Lane
Date:
Subject: Re: 8.1beta1: pg_dumpall -c does delete from pg_shadow?