Weird pg_dumpall bug?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Weird pg_dumpall bug?
Date: 2006-01-24 08:21:47
Message-ID: 43D5E39B.2050709@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I did a dump of a 7.4.11 database using the 8.1.2 pg_dumpall. I got
this at the top of the dump:

...
...
CREATE ROLE support;
ALTER ROLE support WITH NOSUPERUSER INHERIT NOCREATEROLE NOCREATEDB
LOGIN PASSWORD 'md5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
...
...
CREATE ROLE support;
ALTER ROLE support WITH NOSUPERUSER INHERIT NOCREATEROLE NOCREATEDB NOLOGIN;
...
...

It dumped the "support" role twice!

Any ideas?

Hmmmm...actually. It's because I have a user called 'support' and a
group called 'support'.

Seems like it needs a fix...

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2006-01-24 08:40:51 Re: [PATCHES] postmaster/postgres merge for testing
Previous Message Tino Wildenhain 2006-01-24 08:14:38 Re: Offer for PG Developers/Hackers