Re: [GENERAL] Change empty database from ASCII to UTF-8 encoded

2009-01-14 Thread Thom Brown
If it's not important, I'll just drop and re-create it. :) Thanks Thom 2009/1/14 Raymond O'Donnell > On 14/01/2009 19:14, Thom Brown wrote: > > I've just noticed my "postgres" database is encoded in ASCII. Is there > > any way to convert it to UTF-8? Is there any negative consequence to > >

Re: [GENERAL] Change empty database from ASCII to UTF-8 encoded

2009-01-14 Thread Raymond O'Donnell
On 14/01/2009 19:14, Thom Brown wrote: > I've just noticed my "postgres" database is encoded in ASCII. Is there > any way to convert it to UTF-8? Is there any negative consequence to > dropping the database and recreating it? Like are there special hidden > tables or functions in there? AFAIK y

[GENERAL] Change empty database from ASCII to UTF-8 encoded

2009-01-14 Thread Thom Brown
I've just noticed my "postgres" database is encoded in ASCII. Is there any way to convert it to UTF-8? Is there any negative consequence to dropping the database and recreating it? Like are there special hidden tables or functions in there? Thanks Thom