pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date: 2001-05-09 21:11:26
Message-ID: 200105092111.f49LBQg72459@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/09 17:11:26

Modified files:
src/interfaces/jdbc/org/postgresql: Connection.java

Log message:
that's just me again, here's normal patch for KOI8_U to
jdbc/Connection.java

Andy
P.S. in Connection.java if encoding=="WIN" then dbEncoding is set to
"Cp1252".
What if it's Cyrillic "WIN"? Than it should be "Cp1251". Is there any
way to fix that without making different "WIN" encodings in
PostgreSQL?

Andy Rysin

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-09 21:13:35 pgsql/src/backend/catalog heap.c
Previous Message Bruce Momjian - CVS 2001-05-09 21:10:39 pgsql/src backend/commands/command.c backend/p ...