Re: pgsql: Add transforms feature - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Add transforms feature
Date
Msg-id 20150427172712.GX4369@alvh.no-ip.org
Whole thread Raw
In response to pgsql: Add transforms feature  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pgsql: Add transforms feature  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Improve qual pushdown for RLS and SB views
Next
From: Andres Freund
Date:
Subject: pgsql: Use a fd opened for read/write when syncing slots during startup