Online Documentation for SQL Manager for PostgreSQL

Procedures


A Procedure is a part of code, which performs the row of actions, but doesn't return any values. One of the main features of procedures is using transaction in code. Procedures are supported in PostgreSQL server versions starting from 11.0.

 

You can create or edit existing procedures in Procedure editor.

 

Using Navigation bar and Toolbar

Creating/editing procedure

Setting configuration parameters

Specifying input parameters

Browsing object dependencies

Editing procedure description

Viewing DDL definition

Setting object permissions