Re: pg_dump permissions problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_dump permissions problem
Дата
Msg-id 200309292126.h8TLQLc19882@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump permissions problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> > My live 7.3.4 database dumps data like this:
> 
> > REVOKE ALL ON TABLE log_freeprofile FROM PUBLIC;
> > GRANT ALL ON TABLE log_freeprofile TO brett;
> > GRANT INSERT,SELECT,UPDATE ON TABLE log_freeprofile TO "au-php";
> > GRANT SELECT ON TABLE log_freeprofile TO GROUP readonly;
> > REVOKE ALL ON TABLE log_freeprofile FROM auadmin;
> 
> > Now, loading this into 7.4beta3 gives this error:
> > ERROR:  dependent privileges exist
> > When executing the REVOKE ALL line.
> 
> Yeah, this is a known issue.  I think Peter was off looking into solutions.
> It's clearly a "must fix" item.  Not sure if Bruce's open-items entry
>     Fix REVOKE ALL ON FUNCTION error when removing owner permissions
> describes exactly the same problem or something else.

Yep, that is it.  It was reported as a bug by two people recently.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.4 status
Следующее
От: Neil Conway
Дата:
Сообщение: deprecating the use of OIDs