Re: Role syntax (or, SQL99 versus sanity)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Role syntax (or, SQL99 versus sanity)
Дата
Msg-id 22208.1119981365@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Role syntax (or, SQL99 versus sanity)  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> Is there some way we could use that 'ON' is required for the
> 'privileges' grant?

Well, the difficulty is that we can't see the ON until we've scanned
the list of privilege or role names.  Now that I've calmed down a bit,
the solution is fairly obvious: the name list has to be left as strings
during the grammar.  We'll check the privilege names for validity at
execution.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Occupied port warning
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Users/Groups -> Roles