[HACKERS] RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore

2001-04-19 Thread Rainer Mager
Hi, I'm trying to see if I can patch this bug myself because we are under some time constraints. Can anyone give me a tip regarding where in the postgres source the internal UTF-8 code is converted during a dump? I believe that the character 0xAD is a ASCII character that looks l

[HACKERS] RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore

2001-04-16 Thread Rainer Mager
I noticed that 7.1 has officially been released. Does anyone know the status of the bug I reported regarding encoding problems when dumping a 7.0 db an restoring on 7.1? Thanks, --Rainer ---(end of broadcast)--- TIP 1: subscribe and unsubscribe

[HACKERS] RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore

2001-02-27 Thread Tatsuo Ishii
> 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

[HACKERS] RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore

2001-02-27 Thread Tatsuo Ishii
> 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

[HACKERS] Re: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore

2001-02-22 Thread Tatsuo Ishii
> We have a Unicode (UTF-8) database that we are trying to upgrade to 7.1b4. > We did a pg_dumpall (yes, using the old version) and then tried a restore. > We hit the following 3 problems: > > 1. Some of the text is large, about 20k characters, and is multiline. For > almost all of the lines this