aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython_setof.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpython_setof.sql')
-rw-r--r--src/pl/plpython/plpython_setof.sql2
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;