Re: Join with other database's table

From: SL Baur <steve(at)beopen(dot)com>
To: pgsql-general(at)postgresql(dot)org, Sungchul Park <scpark(at)gen128(dot)com>
Subject: Re: Join with other database's table
Date: 2000-05-23 08:54:56
Message-ID: m3k8gltzmn.fsf@dhcp-38.jp.tlan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sungchul Park <scpark(at)gen128(dot)com> writes in pgsql-general(at)postgresql(dot)org:

> I am developing WWW site that is serviced in 4 difference language,
> english, chinese, japanese, korean. I allocated one database for one
> language. each DB will have same tables that have same kind of
> information in different language. But I want to keep member's
> information in one table.

If you're using 7.0 you should be able to do this in one database if
you select a multilingual database encoding. I've tested mule_internal
encoding and it works. Unicode (UTF-8) encoding should also work,
though there are no conversion routines to go from a Unicode database
to an EUC Japanese client (for example).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Louis-David Mitterrand 2000-05-23 09:31:24 plperl extensions
Previous Message Mike Mascari 2000-05-23 08:33:50 Re: