Re: plpgsql Difference in behaviour between versions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql Difference in behaviour between versions?
Дата
Msg-id 4679.1322085726@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plpgsql Difference in behaviour between versions?  (Jerry Sievers <gsievers19@comcast.net>)
Список pgsql-general
Jerry Sievers <gsievers19@comcast.net> writes:
> Hmmm, I do not see that open is a reserved word but the PL must be
> treating it special somehow.

plpgsql has a different list of reserved words than the main SQL grammar
does.  I don't think we explicitly document it anywhere, but pretty much
any keyword that can start a plpgsql command is considered reserved by
plpgsql (since otherwise it'd be ambiguous against an assignment to a
plpgsql variable of the same name).

            regards, tom lane

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Permission Problems
Следующее
От: Sven Schoradt
Дата:
Сообщение: Re: Permission Problems