opening a channel between two postgreSQL-servers?

From: stig erikson <stigerikson_nospam_(at)yahoo(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: opening a channel between two postgreSQL-servers?
Date: 2006-11-04 21:12:00
Message-ID: eiivpu$6lt$1@floppy.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.
a handy thing in mysql is FEDERATED tables that allows one to open a channel from one MySQL-server to another MySQL-server.
it helps a lot when writing stored procedures that transfer data to other servers. you can do the transfer without
any extarnal temporary files or external applications that read from one server and insert into another server.

Does PG have anything similar?
if yes, which chapter in the docs for 8.1 will tell me more?
no wars please. i just want to know if such a possibility exists in PG.

/stig

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alain Roger 2006-11-04 22:11:31 Issue when inserting Slovak characters in database via PHP code
Previous Message SunWuKung 2006-11-04 20:04:30 Re: Catch multiple records when doing Select Into