> -----Original Message-----
> From: Fabio Serra [mailto:faser@faser.net]
> Sent: 03 July 2003 11:34
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Error Message
>
>
> Description: ERROR: Invalid UNICODE character sequence
> found (0xe02073)
> Number: -2147467259
> Routine: pgAdmin II:frmSQLInput.cmdExecute_Click
>
> ************************************************************
>
> Insert your comment:
> The error occured while I was creating a database from an SQL
> script. The
> same script works well with Database ASCII Encoded. The error
> occured near
> these lines:
Hi,
The error itself is coming from PostgreSQL rather than pgAdmin. It's
possible that pgAdmin is incorrectly sending a Unicode character (it
doesn't support Unicode) which is tripping it up. Whatever the case,
there is unlikely to be anything we can do in pgAdmin to fix the
problem.
I can suggest a couple of things though - firstly, you might try a
snapshot release of pgAdmin III from http://www.pgadmin.org/snapshots/.
pgAdmin III has a much better SQL tool with full Unicode support.
Alternatvely, you might try running your script in psql.
Regards, Dave.