create a database with encoding LATIN1 - Mailing list pgsql-novice

From Didier Gasser-Morlay
Subject create a database with encoding LATIN1
Date
Msg-id BANLkTik5O5psZT8SKBjB4B+hOoEJh8Yyyw@mail.gmail.com
Whole thread Raw
Responses Re: create a database with encoding LATIN1  (Grzegorz Szpetkowski <gszpetkowski@gmail.com>)
List pgsql-novice
This is how I do it: when you setup your db cluster, chose the locale 'C' this will let you select LATIN1 as a database encoding. (or as fas as I understand, any other encoding) 

If you let it at the default value, the cluster lc is defaulted to the serveur local charset, in your case UTF8 - English_Canada.1252 (as would any modern windows/linux server be nowadays) 

Hope this helps
Didier

pgsql-novice by date:

Previous
From: Grzegorz Szpetkowski
Date:
Subject: Re: create a database with encoding LATIN1
Next
From: Grzegorz Szpetkowski
Date:
Subject: Re: create a database with encoding LATIN1