Accessing another db?

From: "Graeme Merrall" <gbmerrall(at)aol(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Accessing another db?
Date: 2002-06-18 05:57:20
Message-ID: NNEKJJAGMOPDHMDJNLBJAEKACBAA.GBMerrall@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

After browsing through the archives and coming up nix I was wondering if
it's possoble for a user to query the tables in another database. Coming
from an Oracle background it's possible to use "SELECT column1 FROM
user.table" but I can't seem to find if this is possible in postgres

I've read some discussion from April 2002 which infers that that
functionality doesn't exist but it's coming in 7.3. Correct?

Permissions aren't too much of a problem because this is in a private
system.

Cheers,
Graeme

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-06-18 06:16:10 Re: Accessing another db?
Previous Message David Ford 2002-06-18 04:48:10 Re: regular expression question