Re: CREATE VIEW question... - Mailing list pgsql-sql

From Oliver Elphick
Subject Re: CREATE VIEW question...
Date
Msg-id 1020286287.16880.190.camel@linda
Whole thread Raw
In response to CREATE VIEW question...  (j.konzack@arcor.de)
List pgsql-sql
On Wed, 2002-05-01 at 20:53, j.konzack@arcor.de wrote:
> CREATE VIEW members AS SELECT * FROM db1.memberlist;
>
> ->>> this error is displayed: ERROR; parser: error at or near "."
>
> How can I create a view in one database with data from a second/different
> database?

You cannot.

When 7.3 comes out, you could implement this as separate schemas within
one database.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
    "For if ye forgive men their trespasses, your heavenly      Father will also forgive you; But if ye forgive not
men their trespasses, neither will your Father forgive     your trespasses."         Matthew 6:14,15  

pgsql-sql by date:

Previous
From: j.konzack@arcor.de
Date:
Subject: CREATE VIEW question...
Next
From: "Joel Burton"
Date:
Subject: Re: CREATE VIEW question...