typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Op 2/24/26 om 10:42 schreef Peter Eisentraut:
Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK constraints
[...]Branch
------
masterDetails
-------
https://git.postgresql.org/pg/commitdiff/f80bedd52b1501de51b7180cd817e3e1fc31429dModified 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
Attachments:
alter_table.sgml.20260226.difftext/x-patch; charset=UTF-8; name=alter_table.sgml.20260226.diffDownload+1-1
Import Notes
Reply to msg id not found: E1vuove-000wwm-32@gemulon.postgresql.orgReference msg id not found: E1vuove-000wwm-32@gemulon.postgresql.org
On Feb 26, 2026, at 22:16, Erik Rijkers <er@xs4all.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 aThanks,
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/
On Thu, Feb 26, 2026 at 03:16:22PM +0100, Erik Rijkers wrote:
- 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. This applies only to HEAD. Grabbed that for later.
--
Michael