Re: Doc: Add note for running ANALYZE after ALTER TABLE ... SET EXPRESSION

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Yugo Nagata <nagata@sraoss.co.jp>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-06T07:51:23Z
Lists: pgsql-hackers
On Wed, Aug 6, 2025 at 3:44 PM Yugo Nagata <nagata@sraoss.co.jp> wrote:
> Yes. I believe the back-patching would be better to both v17 and v18.
> I've attached a patch for v17.

Thanks for the patch for v17! I've pushed the patches.

Regards,

-- 
Fujii Masao



Commits

  1. doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS.