Re: PostgreSQL help - Mailing list pgsql-sql

From PFC
Subject Re: PostgreSQL help
Date
Msg-id op.sv9ns4xvth1vuj@localhost
Whole thread Raw
In response to PostgreSQL help  ("Shavonne Marietta Wijesinghe" <shavonne.marietta@studioform.it>)
List 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.marietta@studioform.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
>




pgsql-sql by date:

Previous
From: "Shavonne Marietta Wijesinghe"
Date:
Subject: PostgreSQL help
Next
From: "Julian Scarfe"
Date:
Subject: Negative lookbehind assertions in regexs