Hi All, please help. I Have PostgreSQL server 8.4.9 on Linux, database utf-8 and Client app on Windows (VC++ and libpq.dll). I need to use user account with non-ASCII and that's my problem. SET CLIENT_ENCODING TO 'WIN1250' after PQconnectdb is too late because connection fails. I need set encoding with PQconnectdb() but options="client_encoding=WIN1250" doesn't work. Best regards, Pavel Holec
- [DOCS] user names & non-ASCII Pavel Holec
- Re: [DOCS] user names & non-ASCII Peter Eisentraut