Re: [JDBC] Problem: upgrade from 7.1.3 to 7.2.1 ( database encode with ENC_TW)

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "pgsql-admin" <pgsql-admin(at)postgresql(dot)org>, <pgsql-jdbc(at)postgresql(dot)org>, "Gordon Luk" <gordon(at)gforce(dot)ods(dot)org>
Subject: Re: [JDBC] Problem: upgrade from 7.1.3 to 7.2.1 ( database encode with ENC_TW)
Date: 2002-05-15 13:28:58
Message-ID: NEBBLAAHGLEEPCGOBHDGGEIPEPAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-jdbc

Gordon-

This looks like a subject for the PSQL-ADMIN list. I'll forward it over
there, & you should also look there for the response. I know that one of the
7.1->7.2 issues is that unicode chars were not checked/rejected by 7.1 if
there was no multibyte support in the compile, but you seem to have
addressed that issue.

The error messages seem pretty clear on this- have you checked the dump file
to see if you do in fact have chars that are no valid EUC_TW ?

Regards,

-Nick
>
> Hi all,
>
> Problem as my letter subject, my upgrade procedure also just follow the
> simple.
>
> 1. compile 7.2.1 with multi-byte...with encode..
> 2. install ...
> 3. createdb -E EUC_TW mydatabase
> 4. psql mydatabase < dump_backup_from_my_old_database.txt
>
> it return following error...
>
> ------------------------>8---------------------------
> .
> .
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> 'student_pk' for table 'student'
> CREATE
> ERROR: copy: line 2, Invalid EUC_TW character sequence found (0xae65)
> lost synchronization with server, resetting connection
> ERROR: copy: line 1, Invalid EUC_TW character sequence found (0xb27a)
> lost synchronization with server, resetting connection
> ERROR: copy: line 1, Invalid EUC_TW character sequence found (0xaa4d)
> lost synchronization with server, resetting connection
> ERROR: copy: line 1, Invalid EUC_TW character sequence found (0xb371)
> lost synchronization with server, resetting connection
> ERROR: copy: line 2, Invalid EUC_TW character sequence found (0xbc42)
> lost synchronization with server, resetting connection
> ERROR: copy: line 1, Invalid EUC_TW character sequence found (0xa470)
> lost synchronization with server, resetting connection
> ERROR: copy: line 1, Invalid EUC_TW character sequence found (0xa656)
> lost synchronization with server, resetting connection
> ERROR: copy: line 3, Invalid EUC_TW character sequence found (0xad50)
> lost synchronization with server, resetting connection
> CREATE
> CREATE
> .
> .
> ------------------------>8---------------------------
>
> Please help.
>
> Gordon
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-05-15 14:16:51 Re: Immortal backend .... (kill -9 ?..)
Previous Message Niclas Gustafsson 2002-05-15 13:18:33 PG_XLOG grows and grows

Browse pgsql-jdbc by date

  From Date Subject
Next Message covadonga rodriguez 2002-05-16 09:17:53 lo_close: invalid large obj descriptor (0)
Previous Message Dave Cramer 2002-05-15 09:51:01 Re: insert blocking?