pgadmin4
pgadmin4 copied to clipboard
Add Create script in trigger function in context menu
Describe the solution you'd like
I would like to right click on trigger function and to have possibility to "CREATE Script" like it is possible for functions. Now "No menu available for this object" is displayed.
The only possibility is to create trigger definition, but not trigger function.
Additional context
version: 4.8.10
Hi @zpaks
This is by design, as we already have a "Trigger Functions" collection node. You can select the same function and "CREATE Script" from there.