summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/expected/pg_buffercache.out
blob: 138556efc9ffc264bb004532a1c25ed4be366636 (plain)
1
2
3
4
5
6
7
8
9
10
CREATE EXTENSION pg_buffercache;
select count(*) = (select setting::bigint
                   from pg_settings
                   where name = 'shared_buffers')
from pg_buffercache;
 ?column? 
----------
 t
(1 row)