mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
341e166180
Add a new contrib module jsonb_plperl that provides a transform between jsonb and PL/Perl. jsonb values are converted to appropriate Perl types such as arrays and hashes, and vice versa. Author: Anthony Bykov <a.bykov@postgrespro.ru> Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com> Reviewed-by: Aleksander Alekseev <a.alekseev@postgrespro.ru> Reviewed-by: Nikita Glukhov <n.gluhov@postgrespro.ru>
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
# jsonb_plperl extension
|
|
comment = 'transform between jsonb and plperlu'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/jsonb_plperl'
|
|
relocatable = true
|
|
requires = 'plperlu'
|