Re: PostgreSQL help

From: PFC <lists(at)boutiquenumerique(dot)com>
To: "Shavonne Marietta Wijesinghe" <shavonne(dot)marietta(at)studioform(dot)it>, pgsql-sql(at)postgresql(dot)org
Subject: Re: PostgreSQL help
Date: 2005-08-29 11:06:30
Message-ID: op.sv9ns4xvth1vuj@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Check your database encoding, client encoding, and the encoding you use in
your file. If your database is UNICODE, pgadmin will convert accordingly,
but your file has to be in the right encoding.

On Mon, 29 Aug 2005 12:27:41 +0200, Shavonne Marietta Wijesinghe
<shavonne(dot)marietta(at)studioform(dot)it> wrote:

> Hey!!
>
> I have a problem and i hope this is the correct section to post it!!!
>
> When i use the COPY Table Name FROM Location command to insert values
> to a table using a txt file, the programme gives me errors when he finds
> letter as "ò, è, à" inside the txt file.
> But when i use the insert command and I write some word with any of the
> letters it seems to work. Why is that ?? What can i do to resolve it??
>
> i use the programme PgAdmin 3 to write my commands...
>
> Thank you.
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Julian Scarfe 2005-08-29 13:11:37 Negative lookbehind assertions in regexs
Previous Message Shavonne Marietta Wijesinghe 2005-08-29 10:27:41 PostgreSQL help