diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-30 18:31:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-30 18:31:42 +0000 |
commit | 611522444843d06bc9aa14496b2de4ba5791e64c (patch) | |
tree | b9374cf8a337c1679a6dca6ccdc7613fc62aa4d3 /src/pl/plpython/plpython_setof.sql | |
parent | 219e29784dead71ed2c652057e131fe31ea7c354 (diff) |
Rename plpython to plpythonu, and update documentation to reflect its
now-untrusted status.
Diffstat (limited to 'src/pl/plpython/plpython_setof.sql')
-rw-r--r-- | src/pl/plpython/plpython_setof.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpython_setof.sql b/src/pl/plpython/plpython_setof.sql index 7cbbeba4d8f..f0d273f9486 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; |