user names & non-ASCII

From: "Pavel Holec" <holec(at)email(dot)cz>
To: <pgsql-docs(at)postgresql(dot)org>
Subject: user names & non-ASCII
Date: 2011-12-15 00:22:44
Message-ID: !&!AAAAAAAAAAAYAAAAAAAAAE8q5Jcv4mJImRanr8cGRrPCgAAAEAAAAAv7tJgIvKxGhzVFyNnTLXMBAAAAAA==@email.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Erik Rijkers 2011-12-16 22:04:06 small mvcc.sqml improvents
Previous Message Scott Marlowe 2011-12-14 07:14:49 Re: CREATE USER