Re: [GENERAL] dump problems: - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] dump problems:
Date
Msg-id 199812122100.QAA04632@candle.pha.pa.us
Whole thread Raw
In response to dump problems:  (Dustin Sallings <dustin@spy.net>)
List pgsql-general
>
>     pg_dump seems to be getting a little confused on ACLs, look at this:
>
> REVOKE ALL on "cat" from PUBLIC;
> GRANT ALL on "nobody" to "nobody";
>
>     For everything that has any differing priveleges, it does the same
> grant (which, of course, doesn't work).

I believe this has been fixed, and will be in 6.4.1 when we release it.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Ramiro Arenas
Date:
Subject: (no subject)
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] PL/pgSQL