Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger <paalger0@gmail.com>
From: Philip Alger <paalger0@gmail.com>
To: jian he <jian.universality@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-10-16T12:38:55Z
Lists: pgsql-hackers
Hi Jian, > maybe we can return NULL for > select pg_get_trigger_ddl(-1, 'h'); > Yes, I had the same idea last night. Running PG_RETURN_NULL would also be similar to how other functions handle it. Thanks, and I will make the change. -- Best, Phil Alger