1 2 3 4 5 6 7 8 9
{{#each this}} create function {{schema}}.{{name}}({{args_decl}}) returns setof {{return.type}} language sql as $$ -- $$; {{/each}}