encoding: ODBC, createdb

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: encoding: ODBC, createdb
Date: 2001-08-20 13:36:04
Message-ID: 20010820153604.J23685@zf.jcu.cz
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?

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

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-20 13:48:16 Re: Suggestion for To Do List - Client timeout please.
Previous Message Grant 2001-08-20 05:07:11 Suggestion for To Do List - Client timeout please.

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-08-20 14:36:01 Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Previous Message Marko Kreen 2001-08-20 10:41:27 Re: Re: Proposal for encrypting pg_shadow passwords