Re: Need help for our thesis. - Mailing list pgsql-hackers

From Shridhar Daithankar
Subject Re: Need help for our thesis.
Date
Msg-id 3F083CF7.14475.7F644@localhost
Whole thread Raw
In response to Need help for our thesis.  (MIka Santos <only_mhe@yahoo.com>)
List 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 by date:

Previous
From: Hans-Jürgen Schönig
Date:
Subject: Re: Need help for our thesis.
Next
From: "Francisco Figueiredo Jr."
Date:
Subject: Receiving data in binary format how is it encoded?