Re: problem installing postgres in debian8 from debian repository

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Armando Perryman Morales <perryman(at)softel(dot)cu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: problem installing postgres in debian8 from debian repository
Date: 2016-04-22 21:44:01
Message-ID: 32573.1461361441@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Armando Perryman Morales <perryman(at)softel(dot)cu> writes:
> could not determine encoding for locale "en_US.UTF8": codeset is
> "ANSI_X3.4-1968"
> initdb: could not find suitable encoding for locale "en_US.UTF8"

I believe that "ANSI_X3.4-1968" just refers to the original ASCII
standard, so this result means your system's locale data is broken.
A supposedly-UTF8 locale should surely report some spelling of "UTF8"
as its codeset. In any case, "ANSI_X3.4-1968" is a useless response,
as there's almost no codeset in use today that's not a superset of that;
what we need to know in practice is *which* superset.

Check your locale-related packages. I don't know exactly which those
would be on Debian.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Burke 2016-04-22 22:56:17 UPDATE grabs multiple rows when it seems like it should only grab one
Previous Message David G. Johnston 2016-04-22 21:26:35 Re: BUG #14108: \Copy Command does not takes varibales supplied using -v