diff options
Diffstat (limited to 'contrib/pg_buffercache/pg_buffercache.sql.in')
-rw-r--r-- | contrib/pg_buffercache/pg_buffercache.sql.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/pg_buffercache/pg_buffercache.sql.in b/contrib/pg_buffercache/pg_buffercache.sql.in index a96b5d91f6..6ee320767a 100644 --- a/contrib/pg_buffercache/pg_buffercache.sql.in +++ b/contrib/pg_buffercache/pg_buffercache.sql.in @@ -1,5 +1,4 @@ -- Adjust this setting to control where the objects get created. -BEGIN; SET search_path = public; -- Register the function. @@ -17,5 +16,3 @@ CREATE VIEW pg_buffercache AS -- Don't want these to be available at public. REVOKE ALL ON FUNCTION pg_buffercache_pages() FROM PUBLIC; REVOKE ALL ON pg_buffercache FROM PUBLIC; - -COMMIT; |