Re: Select Multi Database;

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: yudha <inas_husband(at)BonBon(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Select Multi Database;
Date: 2002-11-28 20:20:58
Message-ID: 200211282020.gASKKxX14290@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


You can't do cross-db queries directly. In 7.3, you can use schemas and
put them all in the same database, or use /contrib/dblink for cross-db
queries.

---------------------------------------------------------------------------

yudha wrote:
> 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.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message yudha 2002-11-28 21:21:00 Select to other database's table
Previous Message yudha 2002-11-28 18:56:06 Select Multi Database;