Files
openGauss-server/contrib/pg_buffercache/pg_buffercache--unpackaged--1.0.sql
2024-11-11 11:20:55 +08:00

7 lines
267 B
SQL

/* contrib/pg_buffercache/pg_buffercache--unpackaged--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pg_buffercache" to load this file. \quit
ALTER EXTENSION pg_buffercache ADD view pg_buffercache;