From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | cch(at)cc(dot)kmu(dot)edu(dot)tw |
Cc: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] About PQsetClientEncoding(), "SET NAMES", and "SET CLIENT_ENCODING" |
Date: | 2000-12-29 19:00:13 |
Message-ID: | 200012291900.OAA16219@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers pgsql-patches |
We have merged README.mb into the official SGML docs, so the file is
gone. Not sure what setup we have for SGML docs in different languages.
Sorry.
---------------------------------------------------------------------------
Tatsuo Ishii wrote:
> Here are the patches I promised against PHP
> 3.0.15 or later.
>
> To set the client encoding to BIG5:
>
> pg_setclientencoding($cid, "BIG5");
>
> ($cid is the connection id)
>
> To get the current client encoding:
>
> pg_clientencoding($cid);
>
> Note that these fucntions are already included in the latest PHP4.
Thank you!
Your README.mb has been translate into Chinese (Big5 encoding) in the
attachement.
Would someone like to review it?
After translating it, I still have one question: (Sorry, I have not read the
source code.)
What is the difference among "libpq -- PQsetClientEncoding()",
"SQL command -- SET NAMES", and
"SQL command -- SET CLIENT_ENCODING"?
For example: If we use PHP (>4.0.2), which way is correct or mostly correct?
1. pg_setclientencoding($cid, "BIG5")
2. pg_exec("SET NAMES 'BIG5'")
3. pg_exec("SET CLIENT_ENCODING TO 'BIG5'")
--
Chih-Chang Hsieh
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Kientzle | 2000-12-30 01:54:18 | Re: MySQL and PostgreSQL speed compare |
Previous Message | Gilles Bernard | 2000-12-29 08:43:31 | Postgres ignoring RTree for geometric operators |
From | Date | Subject | |
---|---|---|---|
Next Message | sergiop | 2000-12-29 19:58:02 | Notify with Rules bugs? |
Previous Message | Mikheev, Vadim | 2000-12-29 18:54:00 | RE: Assuming that TAS() will succeed the first time is verboten |
From | Date | Subject | |
---|---|---|---|
Next Message | sergiop | 2000-12-29 19:58:02 | Notify with Rules bugs? |
Previous Message | Brent Verner | 2000-12-29 04:58:13 | Re: Alpha tas() patch |