79614846

Date: 2025-05-09 20:51:14
Score: 0.5
Natty:
Report link

Starting from 2025-05-08 Postgres 18 support virtual generated columns.

PostgreSQL 18 introduces virtual generated columns that compute the column values just-in-time during query execution, instead of having to store them. This is now the default option for generated columns. Additionally, stored generated columns can now be logically replicated.

https://www.postgresql.org/about/news/postgresql-18-beta-1-released-3070/

Reasons:
  • No code block (0.5):
Posted by: Paul Verschoor