Revoke public read access from pg_statistic, create new system view

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 16ea152b7ec63e087c0a3e387405d01d9ab0f5d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-06-14T19:47:25Z
Releases: 7.2.1
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

PathChange+/−
src/bin/initdb/initdb.sh modified +43 −2
src/test/regress/expected/rules.out modified +4 −3