On Friday, May 3, 2024, Peter Burbery wrote:
> Dear pgsql-hackers,
>
> One-line Summary:
> Proposal to introduce the CREATE OR REPLACE syntax for EVENT TRIGGER in
> PostgreSQL.
>
> Business Use-case:
> Currently, to modify an EVENT TRIGGER, one must drop and recreate it. This
> proposal aims to i
Dear pgsql-hackers,
One-line Summary:
Proposal to introduce the CREATE OR REPLACE syntax for EVENT TRIGGER in
PostgreSQL.
Business Use-case:
Currently, to modify an EVENT TRIGGER, one must drop and recreate it. This
proposal aims to introduce a CREATE OR REPLACE syntax for EVENT TRIGGER,
similar