Cross Database Links

Поиск
Список
Период
Сортировка
От Sean Sell
Тема Cross Database Links
Дата
Msg-id MABBJKGGPGCOEJPFOELDEEAECCAA.sksell@mindspring.com
обсуждение исходный текст
Список pgsql-hackers
I think I read somewhere that you CANNOT access a table view etc. in another
database.
I wanted to confirm that this was the case or see if there was a method
(hack) to create
an alias to another database.

For example:

psql foo
foo# CREATE VIEW v1 AS SELECT * FROM BAR.t1;

where BAR is another database (same PostgreSQL server).

I was also wondering what the correct method is for restircting users
ability to
create tables, views etc.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: tweekie
Дата:
Сообщение: Re: Is there no "DESCRIBE ;" on PGSQL? help!!!
Следующее
От: Serguei Mokhov
Дата:
Сообщение: Re: java virtual machine