Re: [SQL] PostgreSQL help

2005-08-29 Thread PFC
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 <[EMAIL PROTECTED]> wrote:

[SQL] PostgreSQL help

2005-08-29 Thread Shavonne Marietta Wijesinghe
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