blob: 60256d14e91b2c9641ce403969942ae9dccf7cc0 [file] [log] [blame]
CREATE OR REPLACE FUNCTION f4() RETURNS TEXT AS $$ plpy.execute("select * from a order by i") $$ LANGUAGE plpythonu VOLATILE;