Re: A JDBC bug or problem relating to string length in Java

From: Kris Jurka <books(at)ejurka(dot)com>
To: joe user <palehaole(at)yahoo(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: A JDBC bug or problem relating to string length in Java
Date: 2003-09-01 10:25:13
Message-ID: Pine.LNX.4.33.0309010623200.27036-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, 31 Aug 2003, joe user wrote:

[long discussion of string length in characters vs. bytes]

Actually varchar(N) in postgresql means the number of characters, not the
number of bytes, so you should not have to worry about how it is actually
encoded.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-09-01 10:27:20 Re: Further getLastOID() woes
Previous Message Zak McGregor 2003-09-01 09:24:11 Further getLastOID() woes