Re: Migration

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: Migration
Дата
Msg-id 1139561933.16736.23.camel@evim.gunduz.org
обсуждение исходный текст
Ответ на Re: Migration  ("James Dey" <james@mygus.com>)
Список pgsql-admin
Hi,

On Fri, 2006-02-10 at 10:50 +0200, James Dey wrote:

> Am I correct in saying then that UTF-8 and UNICODE are the same thing as far
> as PostgreSQL is concerned?

Yes:

template1=# CREATE DATABASE test1 ENCODING 'UNICODE';
CREATE DATABASE
template1=# CREATE DATABASE test2 ENCODING 'UTF-8';
CREATE DATABASE

template1=# \l
        List of databases
   Name    |  Owner   | Encoding
-----------+----------+----------
 ...
 test1     | postgres | UTF8
 test2     | postgres | UTF8

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PL/php, plPerlNG - http://www.commandprompt.com/


В списке pgsql-admin по дате отправления:

Предыдущее
От: "James Dey"
Дата:
Сообщение: Re: Migration
Следующее
От: Bradley Kieser
Дата:
Сообщение: Re: Postgresql 8.0 or 8.1 vs. latest Red Hat RPM