Select to other database's table - Mailing list pgsql-admin

From yudha
Subject Select to other database's table
Date
Msg-id 008a01c29724$12a78320$ea00a8c0@yudha
Whole thread Raw
Responses Re: Select to other database's table
List pgsql-admin
Dear Milist;
Please give me some advices and help. How can i do
"select" the TABLE_1 on other database DB_2,
but currently i'm connecting to on DB_1.
 
ORACLE :
Current_DB_1 #> Select * From DB_2.TABLE_1;
 
MS-SQL :
Current_DB_1 #> Select * From DB_2..TABLE_2;
 
PostGre :
Current_DB_1 #> How do i write...???
 
GOD Bless You all and TIA.

pgsql-admin by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Problems invoking psql, was: Re: Troubles at
Next
From: Oliver Elphick
Date:
Subject: Re: Select to other database's table