Re: Unicode escapes in literals - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unicode escapes in literals
Date
Msg-id 4688.1224774693@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unicode escapes in literals  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> There are some other disadvantages for making a function call.  You 
> couldn't use that kind of literal in any other place where the parser 
> calls for a string constant: role names, tablespace locations, 
> passwords, copy delimiters, enum values, function body, file names.

Good point.  I'm okay with supporting the feature only when database
encoding is UTF8.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Any reason to have heap_(de)formtuple?
Next
From: Zdenek Kotala
Date:
Subject: Re: Any reason to have heap_(de)formtuple?