Re: Multiple database queries

From: "William ZHANG" <uniware(at)zedware(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple database queries
Date: 2005-10-02 12:51:50
Message-ID: dhongg$i0n$2@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sybase and Microsoft SQL Server are somewhat silimar on
the concept `database'. They both support queries across
multiple databases. But pgsql's database is different,
I think you can use pgsql's schemas to cope with problem.

Regards, William ZHANG

"Cosmopo" <tempo(at)marquo(dot)com> wrote
> Hello,
>
> I was using many years ago Sybase that was able then to query several
> tables that could be located in more than one database... I know that
> Postgresql did not at the time have this capability.
>
> Does the new version 8.0.x ofter this feature? We need to create
> several databases based on our customer's specs... but we need our own
> customer, permission, history, etc database. We want to be able to
> query 2 database that would have share customer's ID and other info.
>
> If not, what is the best workaround?
> Thank's to all.
> Mark
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2005-10-02 13:35:00 Re: Multiple database queries
Previous Message Martijn van Oosterhout 2005-10-02 12:49:56 Re: Broken pipe