tab complete for COPY populated materialized view TO

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: tab complete for COPY populated materialized view TO
Date: 2025-04-09 08:23:06
Message-ID: CACJufxFxnSkikp+GormAGHcMTX1YH2HRXW1+3dJM9w7yY9hdsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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=534874fac0b34535c9a5ab9257d6574f78423578

Attachment Content-Type Size
v1-0001-tab-complete-for-COPY-populated-materialized-view.patch text/x-patch 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2025-04-09 08:38:47 Re: [PoC] Federated Authn/z with OAUTHBEARER
Previous Message Dmitry Dolgov 2025-04-09 08:19:10 Re: Changing shared_buffers without restart