Re: PostgreSQL 12: Feature Highlights
Darren Duncan <darren@darrenduncan.net>
From: Darren Duncan <darren@darrenduncan.net>
To: pgsql-advocacy@lists.postgresql.org
Date: 2019-05-12T21:04:06Z
Lists: pgsql-hackers
On 2019-05-12 8:28 a.m., Jonathan S. Katz wrote: > 7. Introduction of generated columns that compute and store an > expression as a value on the table It seems to me that one of the things that's valuable about this feature is that one can make as regular visible data any calculated-from-a-row value that is used for indexing purposes rather than that being hidden or not possible. I assume or hope that generated columns can be used in all index types like regular columns right? -- Darren Duncan
Commits
-
doc: PG 12 relnotes, add mention of single-child optimization
- b9a0724cf7a3 12.0 landed
-
docs: split out sort-skip partition item in PG 12 release notes
- 05685897f07e 12.0 landed
-
docs: update partition item in PG 12 release notes
- 356c83795aaa 12.0 landed