Re: CREATE ROUTINE MAPPING - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: CREATE ROUTINE MAPPING
Date
Msg-id CADkLM=dw4Ag9nCkrC4D5nNs+UOGvcrH4by=9Qc757R8CdsMBfQ@mail.gmail.com
Whole thread Raw
In response to Re: CREATE ROUTINE MAPPING  (Hannu Krosing <hannu.krosing@2ndquadrant.com>)
List pgsql-hackers
On Mon, Sep 10, 2018 at 3:28 AM Hannu Krosing <hannu.krosing@2ndquadrant.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.

 

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: speeding up planning with partitions
Next
From: Michael Paquier
Date:
Subject: Re: Can I just reload the slave to change primary_conninfo?