Re: [HACKERS] Re: PostgreSQL Help

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: huffmana(at)ppc(dot)pims(dot)org, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: PostgreSQL Help
Date: 1999-10-08 01:34:39
Message-ID: 199910080134.KAA14848@ext04.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter,

> As for MultiByte strings, you need to compile the backend to accept them
> (someone correct me if I'm wrong here).

I suspect he is not running PostgreSQL 6.2.1 becasue the multibyte
capability has been introduced since 6.3.2. Anyway, the particular
message:

"ERROR: MultiByte strings (MB) must be enabled to use this function"

is raised if getdatabaseencoding() is called and the backend is not
compiled with MB option as you said. But the question is: does
the standard PostgreSQL JDBC driver call getdatabaseencoding()?
---
Tatsuo Ishii

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-10-08 01:47:53 Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
Previous Message Bruce Momjian 1999-10-07 23:54:29 Re: [HACKERS] Re: psql and comments