Re: Join with other database's table

Поиск
Список
Период
Сортировка
От Sungchul Park
Тема Re: Join with other database's table
Дата
Msg-id 392A60BC.2090604@gen128.com
обсуждение исходный текст
Ответ на Join with other database's table  (Sungchul Park <scpark@gen128.com>)
Список pgsql-general
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 services and there
will be too many table in one database. (Could you understand? I am not
well english speaker.)
I like simple and it looks simple way to allocate datebase for each
language. I believed this schema is not special one. Many DBMSs are
support this, even MySQL.

Chris Bitmead  wrote:
>
> > I am developing WWW site that is serviced in 4 difference language,
> > english, chinese, japanese, korean.
>
> > I allocated one database for one language.
>
> Why?
>
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: Join with other database's table
Следующее
От: Sungchul Park
Дата:
Сообщение: Re: Re: Join with other database's table