Re: Default encoding in database

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Default encoding in database
Дата
Msg-id 20010830095804A.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Default encoding in database  ("Jacob Vennervald Madsen" <jvm@gopinocchio.com>)
Список 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 по дате отправления:

Предыдущее
От: Colin Campbell
Дата:
Сообщение: Re: ERROR: int8 conversion to int4 is out of range
Следующее
От: Markus Wagner
Дата:
Сообщение: nested SQL with SPI