Weird pg_dumpall bug?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Weird pg_dumpall bug?
Дата
Msg-id 43D5E39B.2050709@familyhealth.com.au
обсуждение исходный текст
Ответы Re: Weird pg_dumpall bug?  (Stephen Frost <sfrost@snowman.net>)
Re: Weird pg_dumpall bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: Offer for PG Developers/Hackers
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: [PATCHES] postmaster/postgres merge for testing