Re: Accessing another db?

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Graeme Merrall <gbmerrall(at)aol(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Accessing another db?
Date: 2002-06-18 06:16:10
Message-ID: 20020618161610.A2446@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jun 18, 2002 at 03:57:20PM +1000, Graeme Merrall wrote:
> 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?

Postgres doesn't support queries from other databases and probably never
will. What you're referring to is schemas. i.e. grouping tables into schemas
and controlling access to each. This feature is under development and will
probably appear in 7.3.

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-06-18 06:19:34 Re: regular expression question
Previous Message Graeme Merrall 2002-06-18 05:57:20 Accessing another db?