Re: [GENERAL] Join with other database's table

2000-05-23 Thread Tatsuo Ishii
> 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 ta

Re: [GENERAL] Join with other database's table

2000-05-23 Thread Chris Bitmead
Sungchul Park wrote: > > Because I want to use same table name. I mean... For example, I have a > BBS code. That code store data into 'pubbbs' table. As you know I need > 4 tables for one service. > Yes, I can use 4 different table name. As 'pubbbs_en', 'pubbbs_jp', > 'pubbbs_kr', 'pubbbs_cn'. Bu

Re: [GENERAL] Join with other database's table

2000-05-23 Thread Sungchul Park
Because I want to use same table name. I mean... For example, I have a BBS code. That code store data into 'pubbbs' table. As you know I need 4 tables for one service. Yes, I can use 4 different table name. As 'pubbbs_en', 'pubbbs_jp', 'pubbbs_kr', 'pubbbs_cn'. But I will make much more servic

Re: [GENERAL] Join with other database's table

2000-05-23 Thread Chris Bitmead
> I am developing WWW site that is serviced in 4 difference language, > english, chinese, japanese, korean. > I allocated one database for one language. Why?

Re: [GENERAL] Join with other database's table

2000-05-23 Thread Sungchul Park
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 inf

[GENERAL] Join with other database's table

2000-05-23 Thread Sungchul Park
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 w