Re: Re[6]: bool_plperl transform
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ivan Panchenko <wao@mail.ru>
Cc: Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@lists.postgresql.org
Date: 2020-03-07T15:34:39Z
Lists: pgsql-hackers
=?UTF-8?B?SXZhbiBQYW5jaGVua28=?= <wao@mail.ru> writes: > Do you think the jsonb transform is worth explicit mentioning at the PL/Perl documentation page, or not? Right now it's documented under the json data types, which seems sufficient to me. regards, tom lane
Commits
-
Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].
- 36058a3c55d2 13.0 landed