Selecting data from a table created in another database...

Поиск
Список
Период
Сортировка
От Ligia Pimentel
Тема Selecting data from a table created in another database...
Дата
Msg-id aft59r$24k1$1@news.hub.org
обсуждение исходный текст
Ответы Re: Selecting data from a table created in another database...
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Localization
Следующее
От: Magnus Sjöstrand
Дата:
Сообщение: How do I access the current row from a trigger?