JDBC Driver Munging My Text?

From: Hunter Hillegas <lists(at)lastonepicked(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>, Postgre JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC Driver Munging My Text?
Date: 2001-12-20 16:44:32
Message-ID: B8475570.1ABC3%lists@lastonepicked.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

We are seeing some strange behavior in our system that uses Postgres 7.1.3
and JDBC. System: Red Hat Linux 7.1/Intel.

Basically what we are seeing is that text stored in a VARCHAR is entered
like this: "hello, how are you" is stored like this: "hello ,how are you".
Notice the space and comma being transposed...

The plot thickens...

This is on a new server. The old server, also running 7.1.3, though built
quite a long time ago, does not exhibit this behavior.

Any ideas? Known bug? Strange config? It is possible that I built the JDBC
driver on the old machine and just copied it to the new machine... I can't
remember but it shouldn't matter, should it?

Thanks,
Hunter

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nick Fankhauser 2001-12-20 17:18:13 Re: [JDBC] JDBC Driver Munging My Text?
Previous Message Thomas Lockhart 2001-12-20 16:36:32 Re:

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nick Fankhauser 2001-12-20 17:18:13 Re: [JDBC] JDBC Driver Munging My Text?
Previous Message Hunt, Bryan 2001-12-20 16:33:16