Re: Document transition table triggers are not allowed on views/foreign tables

2025-08-02 Thread Etsuro Fujita
On Mon, Jul 28, 2025 at 2:14 PM Ashutosh Bapat wrote: > On Sat, Jul 26, 2025 at 4:59 PM Etsuro Fujita wrote: > > I updated the patch as above. I will push this version. > > LGTM. Pushed and back-patched. Thanks! Best regards, Etsuro Fujita

Re: Document transition table triggers are not allowed on views/foreign tables

2025-07-27 Thread Ashutosh Bapat
On Sat, Jul 26, 2025 at 4:59 PM Etsuro Fujita wrote: > > On Fri, Jul 25, 2025 at 7:59 PM Ashutosh Bapat > wrote: > > On Fri, Jul 25, 2025 at 3:22 PM Etsuro Fujita > > wrote: > > > On Thu, Jul 24, 2025 at 12:06 AM Ashutosh Bapat > > > wrote: > > > > On Wed, Jul 23, 2025 at 4:16 PM Etsuro Fujita

Re: Document transition table triggers are not allowed on views/foreign tables

2025-07-26 Thread Etsuro Fujita
On Fri, Jul 25, 2025 at 7:59 PM Ashutosh Bapat wrote: > On Fri, Jul 25, 2025 at 3:22 PM Etsuro Fujita wrote: > > On Thu, Jul 24, 2025 at 12:06 AM Ashutosh Bapat > > wrote: > > > On Wed, Jul 23, 2025 at 4:16 PM Etsuro Fujita > > > wrote: > > > > On Tue, Jul 15, 2025 at 4:55 PM Etsuro Fujita >

Re: Document transition table triggers are not allowed on views/foreign tables

2025-07-25 Thread Ashutosh Bapat
On Fri, Jul 25, 2025 at 3:22 PM Etsuro Fujita wrote: > > Hi Ashutosh, > > On Thu, Jul 24, 2025 at 12:06 AM Ashutosh Bapat > wrote: > > On Wed, Jul 23, 2025 at 4:16 PM Etsuro Fujita > > wrote: > > > On Tue, Jul 15, 2025 at 4:55 PM Etsuro Fujita > > > wrote: > > > > Another thing I noticed abou

Re: Document transition table triggers are not allowed on views/foreign tables

2025-07-25 Thread Etsuro Fujita
Hi Ashutosh, On Thu, Jul 24, 2025 at 12:06 AM Ashutosh Bapat wrote: > On Wed, Jul 23, 2025 at 4:16 PM Etsuro Fujita wrote: > > On Tue, Jul 15, 2025 at 4:55 PM Etsuro Fujita > > wrote: > > > Another thing I noticed about transition tables is that while we > > > prohibit transition tables on vie

Re: Document transition table triggers are not allowed on views/foreign tables

2025-07-23 Thread Ashutosh Bapat
On Wed, Jul 23, 2025 at 4:16 PM Etsuro Fujita wrote: > > On Tue, Jul 15, 2025 at 4:55 PM Etsuro Fujita wrote: > > Another thing I noticed about transition tables is that while we > > prohibit transition tables on views/foreign tables, there is no > > description about that in the user-facing docu

Re: Document transition table triggers are not allowed on views/foreign tables

2025-07-23 Thread Etsuro Fujita
On Tue, Jul 15, 2025 at 4:55 PM Etsuro Fujita wrote: > Another thing I noticed about transition tables is that while we > prohibit transition tables on views/foreign tables, there is no > description about that in the user-facing documentation. So I would > like to propose to do $SUBJECT in creat

Document transition table triggers are not allowed on views/foreign tables

2025-07-15 Thread Etsuro Fujita
Hi, Another thing I noticed about transition tables is that while we prohibit transition tables on views/foreign tables, there is no description about that in the user-facing documentation. So I would like to propose to do $SUBJECT in create_trigger.sgml. Attached is a patch for that. Best rega