BUG #9028: character not supported error on one instance not on other - Mailing list pgsql-bugs

From sharadugalmugale@gmail.com
Subject BUG #9028: character not supported error on one instance not on other
Date
Msg-id 20140129113134.13610.88770@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9028
Logged by:          sharad
Email address:      sharadugalmugale@gmail.com
PostgreSQL version: 9.1.4
Operating system:   Windows
Description:

org.postgresql.util.PSQLException: Invalid character data was found.  This
is most likely caused by stored data containing characters that are invalid
for the character set the database was created in.  The most common example
of this is storing 8bit data in a SQL_ASCII database.


This error occurs when connected through jdbc on one database but do not
reoccur on other database with same data

pgsql-bugs by date:

Previous
From: "Martin Nzioki"
Date:
Subject: Re: BUG #9006: Incorrect update when using where with non-existent column in subselect
Next
From: Paul Morie
Date:
Subject: Re: BUG #9003: Hard-coding to localhost in postmaster