feat: st2334 cheatsheet

This commit is contained in:
2025-09-27 17:30:36 +08:00
parent 336ee081c6
commit 01d07eb1df
42 changed files with 21436 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/* contrib/test_bufmgr/test_bufmgr--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION test_bufmgr" to load this file. \quit
--
-- test_bufmgr()
--
CREATE FUNCTION test_bufmgr(text, integer) RETURNS boolean
AS 'MODULE_PATHNAME', 'test_bufmgr'
LANGUAGE C STRICT;