Re: CREATE TABLE LIKE INCLUDING TRIGGERS
lakshmi <lakshmigcdac@gmail.com>
From: lakshmi <lakshmigcdac@gmail.com>
To: jian he <jian.universality@gmail.com>
Cc: Zsolt Parragi <zsolt.parragi@percona.com>,
Andrey Borodin <x4mmm@yandex-team.ru>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2026-05-27T06:03:29Z
Lists: pgsql-hackers
> > Hi Jian, > > I applied the latest v9 patches on current master and tested them locally. > > The patches applied cleanly, PostgreSQL built successfully. > > I also did some manual testing for INCLUDING TRIGGERS. Trigger definitions > were copied correctly to the new table, and the trigger enabled/disabled > state (tgenabled) was also preserved properly after applying the second > patch. > > Everything worked as expected in my testing. > > Thanks for working on this feature. > > Regards, > Lakshmi G >