Always use @@plpythonu@@ as variable

This commit is contained in:
Raul Marin
2019-12-26 17:48:12 +01:00
parent ca1d5b0c91
commit 093e0bcb36
6 changed files with 17 additions and 17 deletions

View File

@@ -191,7 +191,7 @@ AS $$
})
return json.dumps(stats)
$$
LANGUAGE plpythonu VOLATILE PARALLEL UNSAFE;
LANGUAGE @@plpythonu@@ VOLATILE PARALLEL UNSAFE;
--