Re: [HACKERS] small pg_dumpall bug/warning in 8.1beta1

2005-08-28 Thread Stefan Kaltenbrunner
Tom Lane wrote: > Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > >>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

Re: [HACKERS] small pg_dumpall bug/warning in 8.1beta1

2005-08-28 Thread Tom Lane
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > 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.

[HACKERS] small pg_dumpall bug/warning in 8.1beta1

2005-08-28 Thread Stefan Kaltenbrunner
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