mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
5 lines
190 B
MySQL
5 lines
190 B
MySQL
|
/* contrib/pg_buffercache/pg_buffercache--unpackaged--1.0.sql */
|
||
|
|
||
|
ALTER EXTENSION pg_buffercache ADD function pg_buffercache_pages();
|
||
|
ALTER EXTENSION pg_buffercache ADD view pg_buffercache;
|