Re: CREATE ROUTINE MAPPING

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: hannu(dot)krosing(at)2ndquadrant(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE ROUTINE MAPPING
Date: 2018-09-11 02:52:25
Message-ID: CADkLM=dw4Ag9nCkrC4D5nNs+UOGvcrH4by=9Qc757R8CdsMBfQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 10, 2018 at 3:28 AM Hannu Krosing <hannu(dot)krosing(at)2ndquadrant(dot)com>
wrote:

> Hi Corey
>
> Have you looked at pl/proxy ?
>

I have, a long while ago.

> It does this and then some (sharding)
>

PL/proxy isn't a part of the SQL Standard.
PL/proxy only connects to other libpq-speaking databases.
The hope with routine mapping is that other data sources that do not easily
conform to a rows-and-columns metaphor can still expose their data to
postgresql.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-09-11 03:14:09 Re: Can I just reload the slave to change primary_conninfo?
Previous Message Amit Langote 2018-09-11 01:42:15 Re: speeding up planning with partitions