Re: in BeginCopyTo make materialized view using COPY TO instead of COPY (query).
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: jian he <jian.universality@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>,
"David G. Johnston" <david.g.johnston@gmail.com>,
Kirill Reshke <reshkekirill@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>,
Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>
Date: 2025-04-04T13:39:06Z
Lists: pgsql-hackers
On 2025/04/03 20:46, Fujii Masao wrote: > Thanks for updating the patch! I made some minor cosmetic changes > and updated the commit log. The revised patch is attached. > > Unless there are any objections, I'll proceed with committing it. I've pushed the patch. Thanks! As a follow-up, it might be worth enhancing psql to also complete materialized view names after "COPY". Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Allow "COPY table TO" command to copy rows from materialized views.
- 534874fac0b3 18.0 landed