Re: encoding warnings while intializing database.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wes Sheldahl <wes(dot)sheldahl(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: encoding warnings while intializing database.
Date: 2010-03-13 19:05:01
Message-ID: 5253.1268507101@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Wes Sheldahl <wes(dot)sheldahl(at)gmail(dot)com> writes:
> copying template1 to template0 ... WARNING: could not determine
> encoding for locale "en_US.US-ASCII": codeset is "US-ASCII"
> DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.

Thanks for the report. We have already modified CVS HEAD to default
to SQL_ASCII in this situation, though the actual usefulness of that
behavior is a bit debatable. You'd probably be better off selecting
one of the locale values with a more explicit codeset setting,
such as en_US.ISO8859-1 or en_US.UTF-8.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Berkus 2010-03-13 19:29:49 Re: PD_ALL_VISIBLE flag error on 9.0 alpha 4
Previous Message Wes Sheldahl 2010-03-13 07:17:37 encoding warnings while intializing database.