From 611522444843d06bc9aa14496b2de4ba5791e64c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 30 Jun 2003 18:31:42 +0000 Subject: Rename plpython to plpythonu, and update documentation to reflect its now-untrusted status. --- src/pl/plpython/plpython_setof.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pl/plpython/plpython_setof.sql') diff --git a/src/pl/plpython/plpython_setof.sql b/src/pl/plpython/plpython_setof.sql index 7cbbeba4d8..f0d273f948 100644 --- a/src/pl/plpython/plpython_setof.sql +++ b/src/pl/plpython/plpython_setof.sql @@ -8,4 +8,4 @@ CREATE FUNCTION test_setof() returns setof text else: GD["calls"] = 1 return str(GD["calls"])' - LANGUAGE 'plpython'; + LANGUAGE plpythonu; -- cgit v1.2.1