Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
feature
/
Ranger
/
sql
/
super
/
3.sql
blob: fd1377c15197b4bdc78fc91d0392aab75688ebef [
file
] [
log
] [
blame
]
set
session role
=
usersuper3
;
CREATE
OR
REPLACE
FUNCTION
f4
()
RETURNS TEXT
AS
$$
plpy
.
execute
(
"select * from a order by i"
)
$$
LANGUAGE plpythonu VOLATILE
;