Re: [ADMIN] Migrate postgres databases from SQL_ASCII to UNICODE - Mailing list pgsql-jdbc

From Andrew Lazarus
Subject Re: [ADMIN] Migrate postgres databases from SQL_ASCII to UNICODE
Date
Msg-id 075c01c46c6b$059ef320$847ba8c0@ANDYXP
Whole thread Raw
In response to Migrate postgres databases from SQL_ASCII to UNICODE encoding  ("Dario V. Fassi" <software@sistemat.com.ar>)
List pgsql-jdbc
If you pg_dump in ASCII format, could you figure out what has happened to
the 8-bit characters, if they are recognizable garbage (not truncated to
some genuine character) you then write a sed script. It by hand, but it
doesn't sound terrible.


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: DatabaseMetada.supportOpenCursorsAcrossCommit() return
Next
From: Blaine Simpson
Date:
Subject: psql-like pure Java client