Re: Join with other database's table - Mailing list pgsql-general

From Sungchul Park
Subject Re: Join with other database's table
Date
Msg-id 392A3630.2040904@gen128.com
Whole thread Raw
In response to Join with other database's table  (Sungchul Park <scpark@gen128.com>)
Responses Re: Join with other database's table  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-general
Thank you for your answer.

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.

In my eyes, It is basic feature in recent DBMS that support joinning
tables cross over the databases, isn't it?

I'm sorry. The PostgreSQL is GREAT one, but it is not perfect as you know.

Chris Bitmead wrote:
>
> Sungchul Park wrote:
> >
> > Hi.
> > I am newbie of POSTGRESQL. Please, share your knowledge with me.
> > I have 2 diffrent databases. There is table that has member's
> > information in the first database and bbs table is in another database.
> > I'd like to join these two tables. But I can not found related information.
> > Is it impossible with POSTGRESQL?
>
> No.
>
> Why do you have them in different databases? Why not copy them into one
> database?
>
>


pgsql-general by date:

Previous
From: "Robert B. Easter"
Date:
Subject: Re:
Next
From: "Chris Chan"
Date:
Subject: 7.0 installation problem, help please :-(