postgresql/contrib/pg_buffercache/expected/pg_buffercache.out

11 lines
216 B
Plaintext

CREATE EXTENSION pg_buffercache;
select count(*) = (select setting::bigint
from pg_settings
where name = 'shared_buffers')
from pg_buffercache;
?column?
----------
t
(1 row)