Re: Need help for our thesis.

From: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org, MIka Santos <only_mhe(at)yahoo(dot)com>
Subject: Re: Need help for our thesis.
Date: 2003-07-06 09:45:03
Message-ID: 3F083CF7.14475.7F644@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Bye
Shridhar

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2003-07-06 09:47:48 Re: Need help for our thesis.
Previous Message Richard Schilling 2003-07-06 06:26:44 Re: Need help for our thesis.