pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Add Create script in trigger function in context menu

Open zpaks opened this issue 1 year ago • 1 comments

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.

image

The only possibility is to create trigger definition, but not trigger function.

Additional context

version: 4.8.10

zpaks avatar Aug 10 '24 15:08 zpaks

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.

akshay-joshi avatar Aug 12 '24 06:08 akshay-joshi