Re: Unicode escapes in literals

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unicode escapes in literals
Дата
Msg-id 13815.1224769971@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unicode escapes in literals  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Unicode escapes in literals  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> SQL has the following escape syntax for it:
>     U&'special character: \xxxx' [ UESCAPE '\' ]

Man that's ugly.  Why the ampersand?  How do you propose to distinguish
this from a perfectly legitimate use of the & operator?

> 2. Convert this syntax to a function call.  But that would then create a 
> lot of inconsistencies, such as needing functional indexes for matches 
> against what should really be a literal.

Uh, why do you think that?  The function could surely be stable, even
immutable if you grant that a database's encoding can't change.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: EXPLAIN CREATE TABLE AS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: EXPLAIN CREATE TABLE AS