public inbox for [email protected]
help / color / mirror / Atom feedFrom: Erik Rijkers <[email protected]>
To: Peter Eisentraut <[email protected]>
To: PostgreSQL Hackers <[email protected]>
Subject: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Date: Thu, 26 Feb 2026 15:16:22 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
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
Attachments:
[text/x-patch] alter_table.sgml.20260226.diff (698B, 2-alter_table.sgml.20260226.diff)
download | inline diff:
--- doc/src/sgml/ref/alter_table.sgml.orig 2026-02-26 15:04:21.054592120 +0100
+++ doc/src/sgml/ref/alter_table.sgml 2026-02-26 15:05:24.878594162 +0100
@@ -278,7 +278,7 @@
This form replaces the expression of a generated column. Existing data
in a stored generated column is rewritten and all the future changes
will apply the new generation expression.
- Replacing the expression of a virtual generated column do not require a
+ Replacing the expression of a virtual generated column does not require a
table rewrite, but if the column is used in a constraint, the table will
be scanned to check that existing rows meet the constraint.
</para>
view thread (4+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox