mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
cac7658205
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
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
# ltree_plpythonu extension
|
|
comment = 'transform between ltree and plpythonu'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/ltree_plpython2'
|
|
relocatable = true
|
|
requires = 'ltree,plpythonu'
|