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

From Erik Rijkers
Subject typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Date
Msg-id 3c258fac-04c3-1f9a-fabc-94ded0e2f7ec@xs4all.nl
Whole thread Raw
Responses Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
List 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

pgsql-hackers by date:

Previous
From: Nisha Moond
Date:
Subject: Re: [PATCH] Support automatic sequence replication
Next
From: Maxim Orlov
Date:
Subject: Rework SLRU I/O errors handle