Changing database ownership

Поиск
Список
Период
Сортировка
От Mitch
Тема Changing database ownership
Дата
Msg-id D1E1B75E-E15C-11D6-B3A7-0003938024CA@doot.org
обсуждение исходный текст
Список pgsql-general
Is there any more graceful way of changing a databases owner than :

update pg_database SET datdba = <id of user I want to own the db> where
datname='database_name'; ?

Thanks!!!

-Mitch

Without order nothing can exist - without chaos nothing can evolve.


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

Предыдущее
От: Jorge Rojas
Дата:
Сообщение: Inquiry From Form [pgsql]
Следующее
От: Steve Lane
Дата:
Сообщение: Working with foreign key constraints