1 /* contrib/pg_buffercache/pg_buffercache--1.2--1.3.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION pg_buffercache UPDATE TO '1.3'" to load this file. \quit
6 GRANT EXECUTE ON FUNCTION pg_buffercache_pages() TO pg_monitor;
7 GRANT SELECT ON pg_buffercache TO pg_monitor;