small pg_dumpall bug/warning in 8.1beta1

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: small pg_dumpall bug/warning in 8.1beta1
Date: 2005-08-28 13:48:02
Message-ID: 4311C092.90007@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-28 16:03:29 Re: 8.1beta1: pg_dumpall -c does delete from pg_shadow?
Previous Message Martijn van Oosterhout 2005-08-28 13:38:35 Re: Typmod for user-defined types