How to select from many database ??

From: Art - Feping <Feping(at)artindo(dot)co(dot)id>
To: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: How to select from many database ??
Date: 2005-04-19 03:13:52
Message-ID: 329EE23F2E3C9843B969AE66CDCB69C902C632@hmu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

i want to select from many databases, for example , i want to select table
master in database A, and table master in database B.
can i do it like this : " select * from A.Master, B.Master " just like
in SQL Server ??
or can somebody help me how to select many database in postgresSQL ?? Thank
u....

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2005-04-19 03:57:13 Re: CREATE USER in side a TRIGGER FUNCTION
Previous Message Tom Lane 2005-04-19 02:59:49 Re: Getting the output of a function used in a where clause