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

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Date: 2026-02-26 14:16:22
Message-ID: 3c258fac-04c3-1f9a-fabc-94ded0e2f7ec@xs4all.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Attachment Content-Type Size
alter_table.sgml.20260226.diff text/x-patch 698 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-02-26 16:14:17 pgsql: instrumentation: Rename INSTR_TIME_LT macro to INSTR_TIME_GT
Previous Message Andrew Dunstan 2026-02-26 13:34:05 pgsql: Add non-text output formats to pg_dumpall

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2026-02-26 14:26:05 Rework SLRU I/O errors handle
Previous Message Nisha Moond 2026-02-26 14:13:12 Re: [PATCH] Support automatic sequence replication