Re: ALTER TABLE OWNER patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ALTER TABLE OWNER patch
Дата
Msg-id Pine.LNX.4.21.0009161958110.1088-100000@peter
обсуждение исходный текст
Ответ на ALTER TABLE OWNER patch  (Mark Hollomon <mhh@mindspring.com>)
Список pgsql-hackers
I know that this feature is often asked for, but be aware that it is
incompatible with the future, namely SQL schema support. Under that
scheme, a schema has an owner and all objects belong to a schema. I guess
at that point we'd have to disable this command with a reference to some
sort of command to move objects between schemas.


Mark Hollomon writes:

> I sent to the following patch to the PATCHES list.
> 
> 
> This patch implements the following command:
> 
> ALTER TABLE <tablename> OWNER TO <username>
> 
> Only a superuser may execute the command.
> 
> 

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: broken locale in 7.0.2 without multibyte support (FreeBSD 4.1-RELEASE) ?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch for TNS services