Re: Inquiry From Form [pgsql]

From: "Jeroen Habets" <Jeroen(at)twofoldmedia(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Inquiry From Form [pgsql]
Date: 2003-05-01 22:54:23
Message-ID: LHEKIEALPFANFIKAIAPJMEFOCMAA.Jeroen@twofoldmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Special characters are not supported by the ASCII character set.

Did you create the database using the --encoding option? (F.e. I use
createdb --encoding=UTF8)

You can check your server encoding using SHOW SERVER_ENCODING; in f.e. psql:

dbname=> SHOW SERVER_ENCODING;
server_encoding
- -----------------
UNICODE
(1 row)

(If you're installation returns SQL_ASCII the character set will be the
problem)

Jeroen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (MingW32)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj6xoB8ACgkQ8hYvs/2oJvLSvwCbB75sBX4ewPdKwEboZ+yfAev/
oLEAnjf56UNCObgrr0YdGCO27ipAEbtk
=KLHv
-----END PGP SIGNATURE-----

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message snpe 2003-05-02 18:56:37 ResultSetMetaData.isNullable
Previous Message Tom Lane 2003-05-01 17:29:53 Re: Reset query buffers