Re: dumb question

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: dumb question
Дата
Msg-id C6C90610-12F2-4BFD-8FC3-2117121F1854@myrealbox.com
обсуждение исходный текст
Ответ на Re: dumb question  (Craig White <craigwhite@azapple.com>)
Ответы Re: dumb question  (Craig White <craigwhite@azapple.com>)
Список pgsql-general
On Feb 13, 2006, at 11:27 , Craig White wrote:

> th-db_test=> ALTER SCHEMA public OWNER TO tobyhouse;
> ERROR:  syntax error at or near "OWNER" at character 21
>
> # rpm -q postgresql-server
> postgresql-server-7.4.8-1.RHEL4.1

The docs I referred you to are for the current release. For earlier
releases, such as 7.4, you need to refer to the appropriate docs,
such as:

http://www.postgresql.org/docs/7.4/interactive/sql-alterschema.html

It appears that the ability to assign a new owner to a schema via
ALTER SCHEMA was introduced some time after 7.4.

You may be able to munge the system tables, but you may want to
consider upgrading your PostgreSQL server installation.

Michael Glaesemann
grzm myrealbox com


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

Предыдущее
От: Craig White
Дата:
Сообщение: Re: dumb question
Следующее
От: Craig White
Дата:
Сообщение: Re: dumb question