Re: Dollar in identifiers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dollar in identifiers
Дата
Msg-id 10356.997981823@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Dollar in identifiers  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> Are dollar signs currently allowed in operators?

Not at present.  If they were, you'd have a problem telling whether
"$12" is a parameter identifier or a prefix "$" operator applied to an
integer constant.

However, this is no argument for allowing them into identifiers, since
doing so will equally create lexing ambiguity where there was none
before.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patches (current CVS) for changes if index AM tables
Следующее
От: Justin Clift
Дата:
Сообщение: Re: [GENERAL] PostgreSQL buffer exploits