Re: Re: [GENERAL] Re: [GENERAL] Different encoding for string values and identifier strings? Or (select 'tést' as tést) returns different values for string and identifier... - Mailing list pgsql-general
From
Tom Lane
Subject
Re: Re: [GENERAL] Re: [GENERAL] Different encoding for string values and identifier strings? Or (select 'tést' as tést) returns different values for string and identifier...
"Francisco Figueiredo Jr." <francisco@npgsql.org> writes:
> Would it be possible that Postgresql would be using another encoding
> for the identifiers when they aren't wrapped by double quotes?
No. I'm betting this is a client-side bug ... but you haven't told us
what the client-side code is.
regards, tom lane