Re: [DOCS] Syntax for changing owner on sequence is not correct
От | David G. Johnston |
---|---|
Тема | Re: [DOCS] Syntax for changing owner on sequence is not correct |
Дата | |
Msg-id | CAKFQuwYrRX6cuaDHKRs6rVJo5YR9hiVKKaBzKdDq9qiruhB8yQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [DOCS] Syntax for changing owner on sequence is not correct (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>) |
Ответы |
Re: [DOCS] Syntax for changing owner on sequence is not correct
|
Список | pgsql-docs |
On 8/9/17 05:35, tarik.dolovac.sa@gmail.com wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/8.4/static/sql- altersequence.html
> Description:
>
> Per documentation owner changing should use
> owner to
> this syntax doesn't work al 9.5 version
> owned by
> is working please correct because I spent over 3 hour until I figure out
> what is the problem
Are you saying that ALTER SEQUENCE ... OWNER TO doesn't work? It
appears to work for everyone else.
Sequences can have two owners - a role and, optionally, a table.column.
The name following "OWNED BY" is a table.column (NONE to clear).
The name following "OWNER TO" is a role (mandatory).
David J.
В списке pgsql-docs по дате отправления: