Selecting data from a table created in another database... - Mailing list pgsql-sql

From Ligia Pimentel
Subject Selecting data from a table created in another database...
Date
Msg-id aft59r$24k1$1@news.hub.org
Whole thread Raw
Responses Re: Selecting data from a table created in another database...
List pgsql-sql
I don't know if this can be done...

In MSSQL Server I can access a table created in another database (on the
same server, of course) by using the following syntaxis...

select * from databasename..tablename where condition;

Can I do this in postgres?

I'm using version 7.2 on a redhat server...

Thank you for your help...

Ligia









pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Localization
Next
From: Magnus Sjöstrand
Date:
Subject: How do I access the current row from a trigger?