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
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
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