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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user