Re: pgsql: Add transforms feature

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add transforms feature
Date: 2015-04-27 17:27:12
Message-ID: 20150427172712.GX4369@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Peter Eisentraut wrote:
> Add transforms feature
>
> This provides a mechanism for specifying conversions between SQL data
> types and procedural languages. As examples, there are transforms
> for hstore and ltree for PL/Perl and PL/Python.

BF member olinguito is also failing the contrib test, because plpython
is not compiled in that platform.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-04-27 22:22:33 pgsql: Use a fd opened for read/write when syncing slots during startup
Previous Message Stephen Frost 2015-04-27 16:29:51 pgsql: Improve qual pushdown for RLS and SB views

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2015-04-27 18:01:52 Re: GSSAPI, SSPI - include_realm default
Previous Message Bruce Momjian 2015-04-27 17:20:05 Re: INSERT ... ON CONFLICT syntax issues