RE: Problem with 7.0.3 dump -> 7.1b4 restore

From: "Rainer Mager" <rmager(at)vgkk(dot)com>
To: "Tatsuo Ishii" <t-ishii(at)sra(dot)co(dot)jp>
Cc: <pgsql-bugs(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Problem with 7.0.3 dump -> 7.1b4 restore
Date: 2001-02-28 01:14:48
Message-ID: NEBBJBCAFMMNIHGDLFKGEENGDCAA.rmager@vgkk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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(at)postgresql(dot)org
> [mailto:pgsql-bugs-owner(at)postgresql(dot)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

Attachment Content-Type Size
example.sql application/octet-stream 8.3 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tatsuo Ishii 2001-02-28 01:30:21 RE: Problem with 7.0.3 dump -> 7.1b4 restore
Previous Message Tom Lane 2001-02-27 19:40:39 Re: create type and backend terminate

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-02-28 01:30:21 RE: Problem with 7.0.3 dump -> 7.1b4 restore
Previous Message Tatsuo Ishii 2001-02-28 01:01:34 Re: [HACKERS] Re: COPY doesn't works when containing ' ' or ' ' characters on db