mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
plpython: Adjust docs after removal of Python 2 support.
Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/20211031184548.g4sxfe47n2kyi55r@alap3.anarazel.de
This commit is contained in:
@ -716,12 +716,9 @@ UPDATE table_name SET jsonb_field[1]['a'] = '1';
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The extensions for PL/Python are called <literal>jsonb_plpythonu</literal>,
|
||||
<literal>jsonb_plpython2u</literal>, and
|
||||
<literal>jsonb_plpython3u</literal> (see <xref
|
||||
linkend="plpython-python23"/> for the PL/Python naming convention). If you
|
||||
use them, <type>jsonb</type> values are mapped to Python dictionaries,
|
||||
lists, and scalars, as appropriate.
|
||||
The extension for PL/Python is called <literal>jsonb_plpython3u</literal>.
|
||||
If you use it, <type>jsonb</type> values are mapped to Python
|
||||
dictionaries, lists, and scalars, as appropriate.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user