Re: Sequence privileges

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Sequence privileges
Дата
Msg-id 3CE6E26A.8090608@joeconway.com
обсуждение исходный текст
Ответ на Sequence privileges  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Sequence privileges  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 
> "SELECT" still means what it says: the ability to do a select from
> the sequence, which lets you see the sequence parameters.  So what
> we really have is:
> 
>     SELECT: read sequence as a table
>     UPDATE: all sequence-specific operations.
> 

Since the sequence-specific operations are really just function calls, 
maybe it should be:SELECT:  read sequence as a tableEXECUTE: all sequence-specific operations.

Joe



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Set-returning function syntax
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Sequence privileges