Re: Multiple databases - Mailing list pgsql-sql

From Gerardo Herzig
Subject Re: Multiple databases
Date
Msg-id 4805EA7E.4010009@fmed.uba.ar
Whole thread Raw
In response to Multiple databases  ("Sumaya" <sumaya@silvermoongroup.com>)
List pgsql-sql
Sumaya wrote:

>Hi,
>
>I am converting sql code from sql server to postgresql.  Data is currently being retrieved from multiple databases,
howdo I do this using postgresql.  I have tried using eg. select * from datbasename.tablename but this does not work.
Anyideas?
 
>
>Thanks,
>Sumaya
>  
>
Are you saying that you want a particular function stored in say 
database A to be able to retrieve some data from dabatase X?
If that so, you may take a look to the dblink contrib package.

Gerardo


pgsql-sql by date:

Previous
From: Florian Weimer
Date:
Subject: Index on elements of an array
Next
From: Bryan Emrys
Date:
Subject: Data Comparison Single Table Question