Re: DDL Partitionion Inheritance -- improved trigger function

2025-10-17 Thread David Rowley
On Wed, 24 Sept 2025 at 04:25, Kirk Parker wrote: > I'm a big fan of maintenance-free functions. What would you think about > adding the following as an alternative trigger function, or as a replacement > for the current function, to > https://www.postgresql.org/docs/current/ddl-partitioning.ht

Re: DDL Partitionion Inheritance -- improved trigger function

2025-09-24 Thread Kirk Parker
On Tue, Sep 23, 2025, 16:30 David Rowley wrote: > On Wed, 24 Sept 2025 at 04:25, Kirk Parker wrote: > > I'm a big fan of maintenance-free functions. What would you think about > adding the following as an alternative trigger function, or as a > replacement for the current function, to > > > htt