mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05:00
7 lines
183 B
MySQL
7 lines
183 B
MySQL
|
|
CREATE EXTENSION pg_buffercache;
|
||
|
|
|
||
|
|
select count(*) = (select setting::bigint
|
||
|
|
from pg_settings
|
||
|
|
where name = 'shared_buffers')
|
||
|
|
from pg_buffercache;
|