Re: encoding: ODBC, createdb

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: encoding: ODBC, createdb
Date: 2001-09-07 20:11:25
Message-ID: 200109072011.f87KBPx21127@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 20:13:09 Re: PATCH proposed with new features for CREATE TABLE
Previous Message Bruce Momjian 2001-09-07 20:06:46 Re: backend hba.c prob

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 20:13:32 Re: encoding names v2.
Previous Message Peter Eisentraut 2001-09-07 18:51:48 Re: [PATCHES] Makefile.PL for Pg.so