Revoke public read access from pg_statistic, create new system view
Tom Lane <tgl@sss.pgh.pa.us>
Revoke public read access from pg_statistic, create new system view pg_stats to provide controlled (and, hopefully, more readable) access to statistics. Comments on definition of pg_stats welcome. I didn't force initdb, but the rules regress test will fail until you do one.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/initdb.sh | modified | +43 −2 |
| src/test/regress/expected/rules.out | modified | +4 −3 |