If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > How to change LC_CTYPE?? Need help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-21-09, 17:18
TeisL TeisL is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
How to change LC_CTYPE?? Need help

Hallo,

I have linux mint operating system and have install postgresql with apt-get install postgresql.

The database is working fine, but when I should create a new database in pgadmin, I have to use ending like LATIN1, but I got an error:
An error has occurred:

ERROR: encoding LATIN1 does not match server's locale nb_NO.UTF-8
DETAIL: The server's LC_CTYPE setting requires encoding UTF8

Can somebody tell me how I change LC_CType = Latin1??

I have tried to put lc_ctype = 'latin1' in the postgresql.conf file, but it does not work...

Hope someone can answer me.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On