From: | Jason Turner <jasont(at)indigoindustrial(dot)co(dot)nz> |
---|---|
To: | Pedro Igor Craveiro e Silva <pedroigor(at)aip(dot)com(dot)br> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Cross-database references |
Date: | 2003-01-28 22:37:44 |
Message-ID: | 20030129113744.B12431@camille.indigoindustrial.co.nz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Tue, Jan 28, 2003 at 05:30:06PM -0200, Pedro Igor Craveiro e Silva wrote:
> AIP - Assessoria Informática e Proteção LTDASomeone knows how is going the implementation of cross database references in pgsql ?
> Would have some future release with this great functionality ?
This is usually left up to the front-end. Usually for me, perl DBI. This way, I
can connect to multiple databases, possibly all of different types (PgSQL, Oracle,
Informix, ...).
I'm sure the SQL gurus can corret me, but I was under the impression that
cross-database references in the backend would be capital-D Difficult to
implement with transaction support. Then there's the further tearing asunder
of the ANSI SQL standard...
Jason
--
Indigo Industrial Controls Ltd.
64-21-343-545
jasont(at)indigoindustrial(dot)co(dot)nz
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Eckermann | 2003-01-28 22:45:33 | Re: CSV import |
Previous Message | Jeff Eckermann | 2003-01-28 22:36:17 | Re: converting microsoft sql server 2000 sql-code for postgresql 7.2.1 |