Re: Join with other database's table

From: Sungchul Park <scpark(at)gen128(dot)com>
To: Chris Bitmead <chrisb(at)nimrod(dot)itg(dot)telstra(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Join with other database's table
Date: 2000-05-23 07:41:36
Message-ID: 392A3630.2040904@gen128.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Chan 2000-05-23 08:15:31 7.0 installation problem, help please :-(
Previous Message Sungchul Park 2000-05-23 06:55:32 Join with other database's table