Re: dblink: enable parameters

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dblink: enable parameters
Date: 2011-11-22 11:09:18
Message-ID: 4ECB82DE.4010209@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22.11.2011 06:55, Pavel Stehule wrote:
> I know so dblink is "deprecated" interface - but it has necessary
> functionality still - it support a writable statements.

It would be nice to add support for SQL/MED "passthrough mode"... That
would allow you to do any queries/updates to foreign servers. It
wouldn't sound very difficult at first glance, though I'm not sure what
it would mean to our parser, for example.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2011-11-22 12:22:07 Re: dblink: enable parameters
Previous Message Kyotaro HORIGUCHI 2011-11-22 10:56:55 Re: Allow substitute allocators for PGresult.