| From: | Bruno Baguette <bruno(dot)baguette(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Will PostgreSQL 8.4 allow having different encoding databases on a same PostgreSQL server ? |
| Date: | 2009-04-09 12:03:28 |
| Message-ID: | 49DDE410.4090401@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello !
Currently, I have several PostgreSQL databases, some of them are using
LATIN1 encoding, some of them are using UTF-8 encoding.
In order to have theses two encoding, we had to install two PostgreSQL
server on two different ports. One is for LATIN1 databases and one is
for UTF-8 databases. (I known there is a workaround which allows to mix
several databases encoding them on a same PostgreSQL server, by
specifying "C" locale to initdb).
I've heard some rumors on freenode stating that PostgreSQL 8.4. will
allow to have several databases encoding. Did I understand right ?
Thanks in advance for any informations about that feature !
Regards,
--
Bruno Baguette - bruno(dot)baguette(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2009-04-09 12:12:33 | Re: Will PostgreSQL 8.4 allow having different encoding databases on a same PostgreSQL server ? |
| Previous Message | Sam Mason | 2009-04-09 11:57:56 | Re: Postgres: Starting Server in background mode |