On 2025/04/11 4:37, Kirill Reshke wrote:
On Fri, 11 Apr 2025 at 00:33, David G. Johnston
wrote:
They are supported for the From variant; valid completions need only satisfy
one of to/from, not both.
Thank you. If so, then WFM, and I don't have any more objections.
I've pushed the patc
On 2025/04/09 18:25, Kirill Reshke wrote:
On Wed, 9 Apr 2025 at 13:23, jian he wrote:
hi.
we allow the "COPY table TO" command to copy rows from materialized
views in [1].
The attached patch is to add a tab complete for it.
[1]
https://git.postgresql.org/cgit/postgresql.git/commit/?id=53
6f Mon Sep 17 00:00:00 2001
From: jian he
Date: Wed, 9 Apr 2025 16:16:54 +0800
Subject: [PATCH v1 1/1] tab complete for COPY populated materialized view TO
---
src/bin/psql/tab-complete.in.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/bin/psql/tab-compl
On Fri, 11 Apr 2025 at 00:33, David G. Johnston
wrote:
>
> They are supported for the From variant; valid completions need only satisfy
> one of to/from, not both.
>
Thank you. If so, then WFM, and I don't have any more objections.
--
Best regards,
Kirill Reshke
On Thursday, April 10, 2025, Kirill Reshke wrote:
> On Thu, 10 Apr 2025 at 20:07, Fujii Masao
> wrote:
> >
> >
> >
> > On 2025/04/09 19:24, Kirill Reshke wrote:
> > > On Wed, 9 Apr 2025 at 14:45, Fujii Masao
> wrote:
> > >>
> > >>
> > >>
> > >> On 2025/04/09 18:25, Kirill Reshke wrote:
> > >>>
On Thu, 10 Apr 2025 at 20:07, Fujii Masao wrote:
>
>
>
> On 2025/04/09 19:24, Kirill Reshke wrote:
> > On Wed, 9 Apr 2025 at 14:45, Fujii Masao
> > wrote:
> >>
> >>
> >>
> >> On 2025/04/09 18:25, Kirill Reshke wrote:
> >>> On Wed, 9 Apr 2025 at 13:23, jian he wrote:
>
> hi.
>
> >
On 2025/04/09 19:24, Kirill Reshke wrote:
On Wed, 9 Apr 2025 at 14:45, Fujii Masao wrote:
On 2025/04/09 18:25, Kirill Reshke wrote:
On Wed, 9 Apr 2025 at 13:23, jian he wrote:
hi.
we allow the "COPY table TO" command to copy rows from materialized
views in [1].
The attached patch is t
On Wed, 9 Apr 2025 at 13:23, jian he wrote:
>
> hi.
>
> we allow the "COPY table TO" command to copy rows from materialized
> views in [1].
> The attached patch is to add a tab complete for it.
>
> [1]
> https://git.postgresql.org/cgit/postgresql.git/commit/?id=534874fac0b34535c9a5ab9257d6574f784
On Wed, 9 Apr 2025 at 14:45, Fujii Masao wrote:
>
>
>
> On 2025/04/09 18:25, Kirill Reshke wrote:
> > On Wed, 9 Apr 2025 at 13:23, jian he wrote:
> >>
> >> hi.
> >>
> >> we allow the "COPY table TO" command to copy rows from materialized
> >> views in [1].
> >> The attached patch is to add a tab