1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

docs: document which server-side languages can create procs

This was missed when the feature was added.

Reported-by: Daniel Westermann

Discussion: https://postgr.es/m/160624532969.25818.4767632047905006142@wrigleys.postgresql.org

Backpatch-through: 11
This commit is contained in:
Bruce Momjian
2020-12-23 09:37:37 -05:00
parent 35ad5c7c7e
commit 0eaaeabed7
5 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<para>
The <application>PL/Python</application> procedural language allows
<productname>PostgreSQL</productname> functions to be written in the
<productname>PostgreSQL</productname> functions and procedures to be written in the
<ulink url="https://www.python.org">Python language</ulink>.
</para>