Rename columns in new pg_statistic_ext catalog

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: ee6922112e9b3c02b995bd1d838c9a261f060133
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-04-17T21:34:29Z
Releases: 10.0
Rename columns in new pg_statistic_ext catalog

The new catalog reused a column prefix "sta" from pg_statistic, but this
is undesirable, so change the catalog to use prefix "stx" instead.
Also, rename the column that lists enabled statistic kinds as "stxkind"
rather than "enabled".

Discussion: https://postgr.es/m/CAKJS1f_2t5jhSN7huYRFH3w3rrHfG2QU7hiUHsu-Vdjd1rYT3w@mail.gmail.com

Files

Documentation touched

Discussion