Internationalization - Mailing list pgsql-general

From Dennis Gearon
Subject Internationalization
Date
Msg-id 40E32FF2.3030500@fireserve.net
Whole thread Raw
Responses Re: Internationalization  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Internationalization  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I'm thinking that this should be approached in a slowly descending set
of changes.

1/ Make individual databases possible with a single instance that can be
different encoding AND locale/sorting, and all other aspects of using
the encoding/langauge rules.
2/ Then tables.
3/ Then columns.
-------------------------
So,for the first one,
Is there anyway for a single statement to access more than one database?
Could a query, regexes, etc be facing indexes in different
encodings/sorting collations if different databases in a cluster had
different encodings/collations?

pgsql-general by date:

Previous
From: "Chuck Bernardes"
Date:
Subject: PostgreSQL 7.4.3 on a windows XP Pro environment Installation
Next
From: Soeren Gerlach
Date:
Subject: Re: Slow dump with pg_dump/pg_restore ? How to improve ?