diff options
author | Peter Eisentraut | 2018-03-28 12:32:43 +0000 |
---|---|---|
committer | Peter Eisentraut | 2018-03-28 12:37:18 +0000 |
commit | 3f44e3db72ad4097aae078c075a9b3cb3d6b761b (patch) | |
tree | 807ec18db75caef36a5a218fe778f53d03e698e0 /contrib/jsonb_plpython/.gitignore | |
parent | a437551a228a5099c305d1376188d6926c043724 (diff) |
Transforms for jsonb to PL/Python
Add a new contrib module jsonb_plpython that provide a transform between
jsonb and PL/Python. jsonb values are converted to appropriate Python
types such as dicts and lists, and vice versa.
Author: Anthony Bykov <[email protected]>
Reviewed-by: Aleksander Alekseev <[email protected]>
Reviewed-by: Nikita Glukhov <[email protected]>
Diffstat (limited to 'contrib/jsonb_plpython/.gitignore')
-rw-r--r-- | contrib/jsonb_plpython/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/jsonb_plpython/.gitignore b/contrib/jsonb_plpython/.gitignore new file mode 100644 index 00000000000..ce6fab94a0f --- /dev/null +++ b/contrib/jsonb_plpython/.gitignore @@ -0,0 +1,6 @@ +# Generated subdirectories +/expected/python3/ +/log/ +/results/ +/sql/python3/ +/tmp_check/ |