Re: [ADMIN] Querying multiple databases...

2003-03-07 Thread Bruce Momjian
See /contrib/dblink. --- Douglas Mayle wrote: > In Oracle, it is possible to use DB links to run a query across more than > one database (ie. Select * from table_in_thisdb, [EMAIL PROTECTED]). Is > there any way to perform

[ADMIN] Querying multiple databases...

2003-03-07 Thread Douglas Mayle
In Oracle, it is possible to use DB links to run a query across more than one database (ie. Select * from table_in_thisdb, [EMAIL PROTECTED]).  Is there any way to perform something similar in Postgres?   Doug