alter database foo owner to bar

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема alter database foo owner to bar
Дата
Msg-id 20040331201124.004a0088.euler@ufgnet.ufg.br
обсуждение исходный текст
Ответы Re: alter database foo owner to bar  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Hi all,

This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].
It was necessary to touch in grammar and create a new node to make home to the new syntax. The command is also
supportedin ECPG. Doc updates are attached too. Only superusers can change the owner of the database. New owners don't
needany aditional privileges. 
Please review it and apply it.

Regards,

--
Euler Taveira de Oliveira
euler (at) ufgnet.ufg.br
Desenvolvedor Web e Administrador de Sistemas
UFGNet - Universidade Federal de Goiás

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Some Documentation Changes
Следующее
От: Claudio Natoli
Дата:
Сообщение: MSFT compiler fixes + misc