From: | "Eric J(dot) Schwarzenbach" <Eric(dot)Schwarzenbach(at)wrycan(dot)com> |
---|---|
To: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | unicode support vs native install |
Date: | 2005-03-13 01:11:21 |
Message-ID: | 42339339.20708@wrycan.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
The Running & Installing PostgreSQL On Native Windows FAQ has an item on
not being able to use unicode
http://pginstaller.projects.postgresql.org/FAQ_windows.html#2.6
"/Because Postgres relies on the operating system for some string
related functions, the OS needs to support the same encoding as the one
that is used as the database encoding. Unfortunately, Windows does not
support some encodings that are available as server-side encodings for PG."
/My understanding is the 8.0 windows installer prevents istalling utf-8
but you can get around it with initdb if you know what your doing.
Apparently only some things related to utf-8 data will be broken like
sort ordering.
/
/Does this apply to Cygwin installs of PostgreSQL as well?
Thanks,
Eric
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-03-13 01:23:45 | Re: unicode support vs native install |
Previous Message | laurie.burrow | 2005-03-08 13:31:45 | Re: pg_dump and Postgres 8.0.0 Release on cygwin |