Re: encoding: ODBC, createdb

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: zakkr(at)zf(dot)jcu(dot)cz
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: encoding: ODBC, createdb
Date: 2001-08-21 01:00:50
Message-ID: 20010821100050A.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> 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?

Oh, that must be a bug. Do yo want to take care of it by yourself?

> - 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.

Don't know about ODBC. Hiroshi?
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lincoln Yeoh 2001-08-21 06:26:06 RE: User locks code
Previous Message Tatsuo Ishii 2001-08-21 01:00:33 Re: Locale by default?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-08-21 01:34:18 Re: pgcrypto updateh
Previous Message Hiroshi Inoue 2001-08-21 01:00:21 Re: encoding: ODBC, createdb