Re: Need help for our thesis.

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Need help for our thesis.
Дата
Msg-id 3F083CF7.14475.7F644@localhost
обсуждение исходный текст
Ответ на Need help for our thesis.  (MIka Santos <only_mhe@yahoo.com>)
Список pgsql-hackers
On 4 Jul 2003 at 18:56, MIka Santos wrote:
> said online registration. He wanted a multidatabase querying. For example, we 
> knew that the following statements are posible,
>  select *
>  from t1, t2., t3;
> provided that t1 and t2, t3 are tables from a single database.
> Ourthesis is to make the following satatement legal
>  select *
>  from d1, d2, d3;
> provided that d1 and d2, d3 are separate databases.

Would schema help you in anyways?

ByeShridhar

--
Van Roy's Law:    An unbreakable toy is useful for breaking other toys.



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

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: Need help for our thesis.
Следующее
От: "Francisco Figueiredo Jr."
Дата:
Сообщение: Receiving data in binary format how is it encoded?