7.2 to 7.4 upgrade issues

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема 7.2 to 7.4 upgrade issues
Дата
Msg-id 1056742570.26491.4.camel@jester
обсуждение исходный текст
Ответы Re: 7.2 to 7.4 upgrade issues  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Using the 7.4 pg_dump to dump a 7.2 database, restoration to 7.4 causes:

REVOKE
GRANT
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.



--
Rod Taylor <rbt@rbt.ca>

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

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

Предыдущее
От: Aizaz Ahmed
Дата:
Сообщение: Re: pg_guc
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Missing array support