mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 22:07:39 +08:00
Rename plpython to plpythonu, and update documentation to reflect its
now-untrusted status.
This commit is contained in:
@ -8,4 +8,4 @@ CREATE FUNCTION test_setof() returns setof text
|
||||
else:
|
||||
GD["calls"] = 1
|
||||
return str(GD["calls"])'
|
||||
LANGUAGE 'plpython';
|
||||
LANGUAGE plpythonu;
|
||||
|
||||
Reference in New Issue
Block a user