1 2 3 4 5 6 7 8
/* postgres can not */ $a = `aaa`; define action $action($s) as select $s; end define; do $action($a);