There are currently four procedural languages available in
the standard PostgreSQL distribution: PL/pgSQL, PL/Tcl, PL/Perl,
and PL/Python. Other languages can be defined by users.
Create a Language
To create a language:
- Select the Database in the Tree View and select Others
>
Language from the toolbar
- Press the
New Language button
- Enter Language properties and fields on the appropriate
tabs of the New Language Editor
- Click OK
Design a Language
To design a language:
- Select the Database in the Tree View and select Others
>
Language from the toolbar
- Select the language you want to design.
- Press the
Design Language button.
- Edit Language properties and fields on the appropriate
tabs of the Design Language Editor
- Click OK
Delete a Language
To delete a language:
- Select the Database in the Tree View and select Others
>
Language from the toolbar
- Select the language you want to delete.
- Press the
Delete Language button.
- Confirm deleting in the dialog window.
|