Waiting for PostgreSQL 17 – ALTER TABLE command to change generation expression

from blog select * from depesz;, | ↗ original
On 4th of January 2024, Peter Eisentraut committed patch: ALTER TABLE command to change generation expression This adds a new ALTER TABLE subcommand ALTER COLUMN ... SET EXPRESSION that changes the generation expression of a generated column. The syntax is not standard but was adapted from other SQL implementations. This command causes …...