mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Transforms for jsonb to PL/Perl
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>
This commit is contained in:
6
contrib/jsonb_plperl/jsonb_plperl.control
Normal file
6
contrib/jsonb_plperl/jsonb_plperl.control
Normal file
@ -0,0 +1,6 @@
|
||||
# jsonb_plperl extension
|
||||
comment = 'transform between jsonb and plperl'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/jsonb_plperl'
|
||||
relocatable = true
|
||||
requires = 'plperl'
|
Reference in New Issue
Block a user