aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_extensions/test_ext_req_schema1--1.0.sql
blob: d3afdb351d0c342ad1336995b833ca79f1226898 (plain)
1
2
3
4
5
6
/* src/test/modules/test_extensions/test_ext_req_schema1--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION test_ext_req_schema1" to load this file. \quit

CREATE FUNCTION dep_req1() RETURNS text
LANGUAGE SQL AS $$ SELECT 'req1' $$;