Re: 7.2 to 7.4 upgrade issues

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: 7.2 to 7.4 upgrade issues
Дата
Msg-id 1056746608.26491.10.camel@jester
обсуждение исходный текст
Ответ на Re: 7.2 to 7.4 upgrade issues  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: 7.2 to 7.4 upgrade issues  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Attached is a 7.2.4 dump (loads without error) and a 7.4 dump (loads
with error).

Create user "rbt" prior to loading either.


Creation of the database was done by:

rbttest=# create table tab (col integer);
CREATE
rbttest=# grant all on tab to public;
GRANT


On Fri, 2003-06-27 at 15:59, Peter Eisentraut wrote:
> Rod Taylor writes:
>
> > psql:22.sql:2324: ERROR:  dependent privileges exist (use CASCADE to
> > revoke them too)
> >
> > Line 2324 is:
> > REVOKE ALL ON TABLE sh2bill_action_action_id_seq FROM rbt;
> >
> > This user was the owner of of the sequence on the old database.
>
> I'd need to see a complete and standalone example.
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: 7.2 to 7.4 upgrade issues
Следующее
От: Adam Haberlach
Дата:
Сообщение: Manual fixing of plpgsql_call_handler binary location -- good idea?