Re: Migration - Mailing list pgsql-admin

From Devrim GUNDUZ
Subject Re: Migration
Date
Msg-id 1139561933.16736.23.camel@evim.gunduz.org
Whole thread Raw
In response to Re: Migration  ("James Dey" <james@mygus.com>)
List 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 by date:

Previous
From: "James Dey"
Date:
Subject: Re: Migration
Next
From: Bradley Kieser
Date:
Subject: Re: Postgresql 8.0 or 8.1 vs. latest Red Hat RPM