Re: [GENERAL] One SQL to access two databases.

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: [GENERAL] One SQL to access two databases.
Дата
Msg-id 20021202110525.GA2340@zf.jcu.cz
обсуждение исходный текст
Ответ на Re: [GENERAL] One SQL to access two databases.  (Joe Conway <mail@joeconway.com>)
Ответы Re: [GENERAL] One SQL to access two databases.  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Re: [GENERAL] One SQL to access two databases.  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
On Sat, Nov 30, 2002 at 01:11:20PM -0800, Joe Conway wrote:
> As I said, this is all very preliminary; comments, suggestions, requests 
> are all welcome.
Only idea/dream: what implement dblink as "virtual" schema.
CREATE SCHEMA myschema AS DBLINK TO ... some connection options ...;
SELECT * FROM myschema.tabname;
This solution allows use dblink as really transparent.
   Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/


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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: 7.4 Wishlist
Следующее
От: Karel Zak
Дата:
Сообщение: Re: 7.4 Wishlist