Обсуждение: user names & non-ASCII

Поиск
Список
Период
Сортировка

user names & non-ASCII

От
"Holec, JPH Software"
Дата:
Hi All, please help.
=20
I Have PostgreSQL server 8.4.9 on Linux, database utf-8 and Client app on W=
indows (VC++ and libpq.dll).
I need to use user account with non-ASCII and PQconnectdb() with options=3D=
"client_encoding=3DWIN1250" doesn't work.
SET CLIENT_ENCODING TO 'WIN1250' after PQconnectdb is too late because conn=
ection fails.
=20
Best regards,
=20
Pavel Holec