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

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Doc: Add note for running ANALYZE after ALTER TABLE ... SET EXPRESSION
Date: 2025-08-06 06:43:58
Message-ID: 20250806154358.b6d0958260776432f6cd4d20@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 6 Aug 2025 13:20:18 +0900
Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:

> On Tue, Aug 5, 2025 at 10:09 AM Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:
> > Thank you for looking at it. I overlooked that virtual generated columns
> > don't have statistics currently (I'm working on this at [1], though).
> >
> > Your suggestion makes sense, so I've attached an updated patch.
> > I also mentioned virtual generated column in the description
> > of SET DATA TYPE.

> Thanks for updating the patch!
>
> As for back-patching, ANALYZE recommendation for SET EXPRESSION should
> be back-patched to v17, where that feature was introduced? Similarly,
> the note about virtual generated columns should go into v18,
> since that's when they were added?

Yes. I believe the back-patching would be better to both v17 and v18.
I've attached a patch for v17.

Regards,
Yugo Nagata

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
for17_fix_doc_alter_table_set_expression.patch text/x-diff 690 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-08-06 07:51:23 Re: Doc: Add note for running ANALYZE after ALTER TABLE ... SET EXPRESSION
Previous Message shveta malik 2025-08-06 06:23:12 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart