differnce from ansi sql standard - unicode strings?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема differnce from ansi sql standard - unicode strings?
Дата
Msg-id 162867790902161409gf483a4n3a815faaf11ea99a@mail.gmail.com
обсуждение исходный текст
Ответы Re: differnce from ansi sql standard - unicode strings?
Список pgsql-hackers
Hello

I found BNF for SQL 2003 and I found there some small difference.
Standard use keyword ESCAPE, but PostgreSQL use keybord UESCAPE.

Anybody knows reason?
 <Unicode character string literal>    ::=        [ <introducer> <character set specification> ]        U <ampersand>
<quote>[ <Unicode representation> ... ] <quote>        [ { <separator> <quote> [ <Unicode representation> ... ] <quote>
}...]        [ ESCAPE <escape character> ]
 

thank you
Pavel Stehule


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: WIP: hooking parser
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_restore --multi-thread