]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Restrict pgstattuple functions to superusers. While the only one that's
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Aug 2007 23:11:12 +0000 (23:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Aug 2007 23:11:12 +0000 (23:11 +0000)
commitacb6631041e335789d9c214c8597c83b4bd8233f
tree1ed32b10b149dc957e0f1ba06f74d90f11148fc4
parent10f436225528ab795526f477bd963edfaf3ebaa6
Restrict pgstattuple functions to superusers.  While the only one that's
really a glaring security hole is bt_page_items, there's not a very good
use-case for letting ordinary users use 'em, either.
contrib/pgstattuple/pgstatindex.c
contrib/pgstattuple/pgstattuple.c