speaks psql unicode?

From: Thomas Chille <thomas(dot)chille(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: speaks psql unicode?
Date: 2005-01-10 15:20:36
Message-ID: cad2de1c05011007203eead8dc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

if i try to import data via SQL-Inserts (exported with pgManager) out
from an utf-8 file i get always parse errors in the first line.

After switching to ascii and using of SET client_encoding TO 'latin1'
i can import all lines, but some unicode-characters are, like
expected, damaged.

Now my question: Can psql process Unicodefiles?

Thanks for any tipp,
thomas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Turner 2005-01-10 15:26:46 Re: does "select count(*) from mytable" always do a seq
Previous Message Daniel Martini 2005-01-10 14:45:09 Re: handing created and updated fields