View Single Post

   
  #6 (permalink)  
Old 04-09-2008, 11:13 PM
Peter Eisentraut
 
Posts: n/a
Default Re: initdb - encoding question

Am Montag, 3. Dezember 2007 schrieb Josh Harrison:
> initdb -E en_CA.utf-8 -D /export/home/sjothirajah/postgres8.3/pgsql/data
> gives this error
> initdb: "en_CA.utf-8" is not a valid server encoding name


The option name you want is --locale, not -E.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote