Re: Default encoding in database - Mailing list pgsql-general

From Tatsuo Ishii
Subject Re: Default encoding in database
Date
Msg-id 20010830095804A.t-ishii@sra.co.jp
Whole thread Raw
In response to Default encoding in database  ("Jacob Vennervald Madsen" <jvm@gopinocchio.com>)
List pgsql-general
> I'm using PostgreSQL version PostgreSQL 7.1.2
> When I create a new database it's made with SQL_ASCII by default.
> What do I have to do to make LATIN1 the default encoding?
> This is how I configured Postgres
> ./configure --with-java --enable-odbc --enable-multibyte=LATIN1
> --enable-locale --enable-unicode-conversion

I guess you have multibyte disabled or not configured as
"--enable-multibyte=LATIN1" another PostgreSQL somewhere.

Or you have done initdb with such PostgreSQL.

How does the output from "psql -l" look like?
--
Tatsuo Ishii

pgsql-general by date:

Previous
From: Colin Campbell
Date:
Subject: Re: ERROR: int8 conversion to int4 is out of range
Next
From: Markus Wagner
Date:
Subject: nested SQL with SPI