Re: encoding: ODBC, createdb - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: encoding: ODBC, createdb
Date
Msg-id 200109072011.f87KBPx21127@candle.pha.pa.us
Whole thread Raw
In response to encoding: ODBC, createdb  (Karel Zak <zakkr@zf.jcu.cz>)
Responses Re: encoding: ODBC, createdb  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
Was this completed?

> 
>  I found some other things:
> 
> - why database encoding for new DB check 'createdb' script and not
>   CREATE DATABASE statement? (means client only encodings, like BIG5)?
> 
>   Bug?
> 
> 
> - ODBC -- here is some multibyte stuff too. Why ODBC code don't use
>   pg_wchar.h where is all defined? In odbc/multibyte.h is again defined
>   all encoding identificators. 
> 
>   IMHO we can use for ODBC same solution as for libpq and compile it
>   with encname.c file too.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: backend hba.c prob
Next
From: Bruce Momjian
Date:
Subject: Re: Re: Escaping strings for inclusion into SQL queries