Create a Function?

Top  Previous  Next

To create a function right click on the functions/trigger functions area of a schema or a existing function:

right_click_new_function

 

Enter a name and any other desired options and click the OK button.

NOTE: the current schema will be pre populated, but you may change the schema.

 

create_func_dialog

 

You may also define Input Parameters.

NOTE: if you are using a 8.1 or up version of Postgresql you may also specify OUT and INOUT params.

 

create_func_dialog_params

 

See also:


CREATE FUNCTION