Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Date: 2026-02-26 23:21:01
Message-ID: 9609BBA3-EDCC-4C30-8807-F139BFA46B17@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

> On Feb 26, 2026, at 22:16, Erik Rijkers <er(at)xs4all(dot)nl> wrote:
>
> Op 2/24/26 om 10:42 schreef Peter Eisentraut:
>> Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK constraints
>> [...]
>> Branch
>> ------
>> master
>> Details
>> -------
>> https://git.postgresql.org/pg/commitdiff/f80bedd52b1501de51b7180cd817e3e1fc31429d
>> Modified Files
>> --------------
>> doc/src/sgml/ref/alter_table.sgml | 3 ++
>
> Hi,
>
> Typo in doc/src/sgml/ref/alter_table.sgml:
>
>
> - Replacing the expression of a virtual generated column do not require a
> + Replacing the expression of a virtual generated column does not require a
>
> Thanks,
>
> Erik
>
> <alter_table.sgml.20260226.diff>

“Do” -> “does”, looks like a correct grammar fix to me.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-02-26 23:31:59 pgsql: Yet another ltree fix for REL_18_STABLE.
Previous Message Jeff Davis 2026-02-26 22:36:05 Re: pgsql: Fix more multibyte issues in ltree.

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2026-02-26 23:35:31 [oauth] Per connection auth hooks in libpq
Previous Message Michael Paquier 2026-02-26 23:15:22 Re: Is the XLP_BKP_REMOVABLE flag itself removable/obsolete?