V
V
Victor Marquardt2017-10-14 16:06:26
PostgreSQL
Victor Marquardt, 2017-10-14 16:06:26

Which table holds the create statement for the event trigger?

For example, I create such a trigger

CREATE EVENT TRIGGER tr_event_begin 
ON ddl_command_start 
EXECUTE PROCEDURE event_trigger_begin ( );

From which table can now be pulled out in the same form? Or in parts at least

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
longclaps, 2017-10-14
@Cempl

This is?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question