Re: Postgresql database access - Mailing list pgsql-sql

From Oliver Elphick
Subject Re: Postgresql database access
Date
Msg-id 200101052040.f05KeoH05563@linda.lfix.co.uk
Whole thread Raw
In response to Postgresql database access  ("Marcos Aurélio S. da Silva"<aurelio@cpatc.embrapa.br>)
List pgsql-sql
"Marcos Aurélio S. da Silva" wrote: >Dear Pg experts, > >I have two databases and i want to refer to one table in a
database"X" >when >i'm using database "Y". Something like this: > >                            select * from X.table >
>Thiscauses a parse error.  What's the correct sintax?
 

It isn't possible to do this; you can only look at one database at a
time.

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
========================================   "And thou shalt love the LORD thy God with all thine      heart, and with
allthy soul, and with all thy might."                Deuteronomy 6:5 
 




pgsql-sql by date:

Previous
From: "Marcos Aurélio S. da Silva"
Date:
Subject: Postgresql database access
Next
From: mlw
Date:
Subject: Re: Removing a constraint?