Restrict pgstattuple functions to superusers. (This might be too strict,
Tom Lane <tgl@sss.pgh.pa.us>
Restrict pgstattuple functions to superusers. (This might be too strict, but no permissions check at all is certainly no good.) Clean up usage of some deprecated APIs.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgstattuple/pgstatindex.c | modified | +25 −21 |
| contrib/pgstattuple/pgstattuple.c | modified | +13 −7 |
| contrib/pgstattuple/pgstattuple.sql.in | modified | +33 −33 |
| contrib/pgstattuple/uninstall_pgstattuple.sql | modified | +1 −5 |