-
- Downloads
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. reviews by Pavel Stěhule and Andres Freund
Showing
- contrib/Makefile 12 additions, 0 deletionscontrib/Makefile
- contrib/hstore_plperl/.gitignore 4 additions, 0 deletionscontrib/hstore_plperl/.gitignore
- contrib/hstore_plperl/Makefile 24 additions, 0 deletionscontrib/hstore_plperl/Makefile
- contrib/hstore_plperl/expected/create_transform.out 74 additions, 0 deletionscontrib/hstore_plperl/expected/create_transform.out
- contrib/hstore_plperl/expected/hstore_plperl.out 213 additions, 0 deletionscontrib/hstore_plperl/expected/hstore_plperl.out
- contrib/hstore_plperl/hstore_plperl--1.0.sql 17 additions, 0 deletionscontrib/hstore_plperl/hstore_plperl--1.0.sql
- contrib/hstore_plperl/hstore_plperl.c 90 additions, 0 deletionscontrib/hstore_plperl/hstore_plperl.c
- contrib/hstore_plperl/hstore_plperl.control 6 additions, 0 deletionscontrib/hstore_plperl/hstore_plperl.control
- contrib/hstore_plperl/hstore_plperlu--1.0.sql 17 additions, 0 deletionscontrib/hstore_plperl/hstore_plperlu--1.0.sql
- contrib/hstore_plperl/hstore_plperlu.control 6 additions, 0 deletionscontrib/hstore_plperl/hstore_plperlu.control
- contrib/hstore_plperl/sql/create_transform.sql 47 additions, 0 deletionscontrib/hstore_plperl/sql/create_transform.sql
- contrib/hstore_plperl/sql/hstore_plperl.sql 148 additions, 0 deletionscontrib/hstore_plperl/sql/hstore_plperl.sql
- contrib/hstore_plpython/.gitignore 6 additions, 0 deletionscontrib/hstore_plpython/.gitignore
- contrib/hstore_plpython/Makefile 31 additions, 0 deletionscontrib/hstore_plpython/Makefile
- contrib/hstore_plpython/expected/hstore_plpython.out 132 additions, 0 deletionscontrib/hstore_plpython/expected/hstore_plpython.out
- contrib/hstore_plpython/hstore_plpython.c 116 additions, 0 deletionscontrib/hstore_plpython/hstore_plpython.c
- contrib/hstore_plpython/hstore_plpython2u--1.0.sql 19 additions, 0 deletionscontrib/hstore_plpython/hstore_plpython2u--1.0.sql
- contrib/hstore_plpython/hstore_plpython2u.control 6 additions, 0 deletionscontrib/hstore_plpython/hstore_plpython2u.control
- contrib/hstore_plpython/hstore_plpython3u--1.0.sql 19 additions, 0 deletionscontrib/hstore_plpython/hstore_plpython3u--1.0.sql
- contrib/hstore_plpython/hstore_plpython3u.control 6 additions, 0 deletionscontrib/hstore_plpython/hstore_plpython3u.control
Loading
Please register or sign in to comment