[pgadmin-support] Apologies...

2008-02-09 Thread Mike Blackwell
I sent the last to the wrong list. Sorry about that. However, if anyone does have an answer, I'll gladly accept it. ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

[pgadmin-support] Character encoding conversion

2008-02-09 Thread Mike Blackwell
I have a database which was originally created with LATIN1 encoding. I'd like to move it to UTF8. The data will load ok (COPY) but I am getting 'invalid byte sequence for encoding..." messages when accessing the data. Is there a way to automatically convert the offending characters, or to easil

Re: [pgadmin-support] Query Window: keep going after error

2008-02-09 Thread Raymond O'Donnell
On 07/02/2008 15:30, Laurent Duperval wrote: I am currently testing some SQL scripts and I want to run the entire script, even if there is an error in it. Currently, it stops when there is an error and does not execute any of the commands in the SQL file. At a guess, I'd say that this is becau