RE: Problem with 7.0.3 dump -> 7.1b4 restore
Rainer Mager <rmager@vgkk.com>
From: "Rainer Mager" <rmager@vgkk.com>
To: "Tatsuo Ishii" <t-ishii@sra.co.jp>
Cc: <pgsql-bugs@postgresql.org>, <pgsql-hackers@postgresql.org>
Date: 2001-02-28T01:14:48Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- example.sql (application/octet-stream)
Attached is a single INSERT that shows the problem. The character after the word "Fiber" truncates the text when using JDBC. NOTE, the text IS in the database, that is, the dump/restore seems ok, the problem is when trying to read the text later. The database is UTF8 and I just tested with beta 5. Oh, BTW, if I try to set (INSERT) this same character via JDBC and then retreive it again then everything is fine. --Rainer > -----Original Message----- > From: pgsql-bugs-owner@postgresql.org > [mailto:pgsql-bugs-owner@postgresql.org]On Behalf Of Tatsuo Ishii > Sent: Friday, February 23, 2001 10:32 AM > > Or even better, can you give me a minimum set of data that reproduces > your problem? > -- > Tatsuo Ishii