1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +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:
Andres Freund
2022-03-07 18:30:57 -08:00
parent 9b7e24a2cb
commit 4228cabb72
7 changed files with 71 additions and 257 deletions

View File

@@ -101,9 +101,9 @@ DROP TRANSFORM [ IF EXISTS ] FOR <replaceable>type_name</replaceable> LANGUAGE <
<para>
To drop the transform for type <type>hstore</type> and language
<literal>plpythonu</literal>:
<literal>plpython3u</literal>:
<programlisting>
DROP TRANSFORM FOR hstore LANGUAGE plpythonu;
DROP TRANSFORM FOR hstore LANGUAGE plpython3u;
</programlisting></para>
</refsect1>