Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <template name="func" value="CREATE OR REPLACE FUNCTION fn_$function_name$($function_values$) RETURNS $return_type$ AS $$$$ DECLARE declaration_availability_var INT; $variables_to_declare$ BEGIN $function_declaration$ END; $$$$ LANGUAGE plpgsql;" description="Create postgresql function" toReformat="true" toShortenFQNames="true">
- <variable name="function_name" expression="" defaultValue="" alwaysStopAt="true" />
- <variable name="function_values" expression="" defaultValue="" alwaysStopAt="true" />
- <variable name="return_type" expression="" defaultValue="" alwaysStopAt="true" />
- <variable name="variables_to_declare" expression="" defaultValue="" alwaysStopAt="true" />
- <variable name="function_declaration" expression="" defaultValue="" alwaysStopAt="true" />
- <context>
- <option name="SQL" value="true" />
- </context>
- </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement