Re: encoding problem when creating a database - Mailing list pgsql-novice

From A B
Subject Re: encoding problem when creating a database
Date
Msg-id dbbf25900807020711k48793eb5y7920e07416d62006@mail.gmail.com
Whole thread Raw
In response to Re: encoding problem when creating a database  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: encoding problem when creating a database  ("A B" <gentosaker@gmail.com>)
List pgsql-novice
> You have created the db-cluster with sv_SE.iso88591. Because of this,
> you can't now create a db with an incompatible locale.

Oh, so i need to run something like
initdb -E UTF8  --pgdata XXX
to create a new db-cluster?
What about the --locale option? Something I need to do with that?

What should let XXX be? I have all the stuff in /var/lib/pgsql/ and
I'd like to put it all there.

Do I have to do something after createing a new db-cluster or can I
start createing databases as ususal?

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: encoding problem when creating a database
Next
From: "A B"
Date:
Subject: Re: encoding problem when creating a database