Re: Postgres development

From: Shane Ambler <pgsql(at)Sheeky(dot)Biz>
To: Brent Wood <b(dot)wood(at)niwa(dot)co(dot)nz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres development
Date: 2008-03-20 05:04:54
Message-ID: 47E1F076.8020702@Sheeky.Biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brent Wood wrote:
> Hi all,
>
> I'm interested in finding what would be involved on enhancing
> Postgres to allow queries run in one database in a cluster to access
> & join with tables in other databases in the cluster, ie: cross
> database join support.
>
> This would be very useful, & depending on cost, I may be able to
> arrange for funds to cover this development.
>
> Thanks,
>
> Brent Wood
>
A quick search for link at pgfoundry finds a few projects along these lines

http://pgfoundry.org/search/?type_of_search=soft&words=link&Search=Search

one or more of these could be worth having your assistance, or could be
a starting point for what you want to implement.

Is this something you want to get into the core or postgresql or would
you be ok with it being an external (or maybe contrib) addition? Are you
planning strictly pg to pg connections or the flexibility of any db for
the external target?

Being a part of SQL:2003 (SQL/MED) this could be something to be added
into the main postgresql code in a future version. And sticking to these
specs would help towards getting it included.

(There was talk about adding SQL/MED a few years ago but I don't know
what has been done on it)

--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dee 2008-03-20 06:21:10 Re: beginner: what permissions required to install on windows 2000+
Previous Message Joshua D. Drake 2008-03-20 04:20:48 Re: Postgres development