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
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
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
>
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
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
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
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
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