Re: [SQL] [pg-sql] Character encoding

2003-09-26 Thread Vivien Malerba
Le jeu 25/09/2003 à 17:20, BenLaKnet a écrit : > How is it possible to convert a database in SQL_ASCII to UNICODE ? > > Thx a lot I did a pg_dump to a file, converted that file to UTF-8 encoding using iconv, created a new DB using the "-E unicode" option, and imported the data into that new DB fr

[SQL] [pg-sql] Character encoding

2003-09-25 Thread BenLaKnet
How is it possible to convert a database in SQL_ASCII to UNICODE ? Thx a lot Regards Ben ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster