differnce from ansi sql standard - unicode strings? - Mailing list pgsql-hackers

From Pavel Stehule
Subject differnce from ansi sql standard - unicode strings?
Date
Msg-id 162867790902161409gf483a4n3a815faaf11ea99a@mail.gmail.com
Whole thread Raw
Responses Re: differnce from ansi sql standard - unicode strings?  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: WIP: hooking parser
Next
From: Andrew Dunstan
Date:
Subject: Re: pg_restore --multi-thread