Differences in Unicode handling on Mac vs Linux?

Поиск
Список
Период
Сортировка
От Matt Daw
Тема Differences in Unicode handling on Mac vs Linux?
Дата
Msg-id CAA2LLOF0USngPJ4oj3Nh5ge8ssHuG6tBCDdPCuOg9-DEh72MGA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Differences in Unicode handling on Mac vs Linux?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Howdy, I loaded a client's DB on my Mac to debug an unrelated bug, but
I'm blocked because my Mac is rejecting SQL that works on our Linux
production servers. Here's a simple case:

# select * from shots where sg_poznÁmka is NULL;
ERROR:  column "sg_pozn�mka" does not exist
LINE 1: select * from shots where sg_poznÁmka is NULL;

... as far as I can tell, all my encodings are consistent on both
sides, I've checked LC_COLLATE, LC_CTYPE, client_encoding,
server_encoding and the database encodings. I'm running 9.0.13 on both
machines (and I tried 9.2.4 on my Mac).

Anything else I could double-check? Or are there any known Mac-related
Unicode issues?

Thanks!

Matt


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Strange behavior of "=" as assignment operator
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Differences in Unicode handling on Mac vs Linux?