Re: COPY TO: provide hint when WHERE clause is used

2025-09-03 Thread torikoshia
On 2025-09-03 08:38, Fujii Masao wrote: On Mon, Sep 1, 2025 at 7:12 PM Jim Jones wrote: On 01.09.25 11:09, Fujii Masao wrote: > The patch looks good to me. Barring any objections, I'm thinking to > commit the patch. LGTM. I've pushed the patch. Thanks! Thank you! -- Regards, -- Atsush

Re: COPY TO: provide hint when WHERE clause is used

2025-09-02 Thread Fujii Masao
On Mon, Sep 1, 2025 at 7:12 PM Jim Jones wrote: > > > > On 01.09.25 11:09, Fujii Masao wrote: > > The patch looks good to me. Barring any objections, I'm thinking to > > commit the patch. > > LGTM. I've pushed the patch. Thanks! Regards, -- Fujii Masao

Re: COPY TO: provide hint when WHERE clause is used

2025-09-01 Thread Jim Jones
On 01.09.25 11:09, Fujii Masao wrote: > The patch looks good to me. Barring any objections, I'm thinking to > commit the patch. LGTM. The HINT was added to copy2's test output and check-world passes. Thanks! Best, Jim

Re: COPY TO: provide hint when WHERE clause is used

2025-09-01 Thread Fujii Masao
On Mon, Sep 1, 2025 at 7:58 AM Atsushi Torikoshi wrote: > > > > On Sun, Aug 31, 2025 at 3:14 AM Jim Jones wrote: > > > > Hi > > > > On 19.08.25 03:35, torikoshia wrote: > > > Considering what the user was trying to do, it might be helpful to > > > provide a similar hint in this case as well. > >

Re: COPY TO: provide hint when WHERE clause is used

2025-08-31 Thread Atsushi Torikoshi
for your review! Updated the patch to pass regression tests. From 90cbddde61c4028a44654005a4e417c74e303d16 Mon Sep 17 00:00:00 2001 From: Atsushi Torikoshi Date: Mon, 1 Sep 2025 07:35:12 +0900 Subject: [PATCH v2] COPY TO: provide hint when WHERE clause is used Provide a hint suggesting COPY TO

Re: COPY TO: provide hint when WHERE clause is used

2025-08-30 Thread Jim Jones
Hi On 19.08.25 03:35, torikoshia wrote: > Considering what the user was trying to do, it might be helpful to > provide a similar hint in this case as well. > I’ve attached a patch that adds such a hint. > > What do you think? > +1 I tested the patch and the error message now has the intended HIN

COPY TO: provide hint when WHERE clause is used

2025-08-18 Thread torikoshia
What do you think? -- Regards, -- Atsushi Torikoshi Seconded from NTT DATA Japan Corporation to SRA OSS K.K.From d1b4e23a1b24782e9de16d748508c46354e42423 Mon Sep 17 00:00:00 2001 From: Atsushi Torikoshi Date: Sun, 3 Aug 2025 17:55:09 +0900 Subject: [PATCH v1] COPY TO: provide hint when W