Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tirumaraiselvan
on Oct 2, 2019
|
parent
|
context
|
favorite
| on:
New In Postgres 12: Generated Columns
Why do they call it Generated Columns and not Computed Columns like most other databases already do?
PeterisP
on Oct 2, 2019
|
next
[–]
IMHO "computed columns" generally implies columns that are computed on-demand when read, as opposed to this case when they're computed when the row is altered and persisted in the table.
t0astbread
on Oct 2, 2019
|
prev
|
next
[–]
I guess every column is "computed" if you think about it? It's nitpicky and I don't know the official reason though.
fowl2
on Oct 2, 2019
|
prev
[–]
Possibly because they're closer to "persisted calculated columns".
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: