mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Doc restructuring
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
The Trigger Dialog
|
||||
******************
|
||||
|
||||
|
||||
Use the *Trigger* dialog to create a trigger or modify an existing trigger. A trigger executes a specified function when certain events occur.
|
||||
|
||||
The *Trigger* dialog organizes the development of a trigger through the following dialog tabs: *General*, *Definition*, *Events*, and *Code*. The *SQL* tab displays the SQL code generated by dialog selections.
|
||||
@@ -62,6 +61,4 @@ The example demonstrates creating a trigger named *log_update* that calls a proc
|
||||
* Click the *Info* button (i) to access online help. View context-sensitive help in the *Tabbed browser*, where a new tab displays the PostgreSQL core documentation.
|
||||
* Click the *Save* button to save work.
|
||||
* Click the *Cancel* button to exit without saving work.
|
||||
* Click the *Reset* button to restore configuration parameters.
|
||||
|
||||
|
||||
* Click the *Reset* button to restore configuration parameters.
|
||||
Reference in New Issue
Block a user