mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
7 lines
230 B
MySQL
7 lines
230 B
MySQL
|
|
\echo Use "ALTER EXTENSION pg_buffercache UPDATE TO '1.5'" to load this file. \quit
|
||
|
|
|
||
|
|
CREATE FUNCTION pg_buffercache_evict(IN int)
|
||
|
|
RETURNS bool
|
||
|
|
AS 'MODULE_PATHNAME', 'pg_buffercache_evict'
|
||
|
|
LANGUAGE C PARALLEL SAFE VOLATILE STRICT;
|