blob: aed53830aae928bdb1966c560e6714a64f977184 (
plain)
1
2
3
4
5
|
/* src/test/modules/test_extensions/test_ext_extschema--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION test_ext_extschema" to load this file. \quit
SELECT 1 AS @extschema@;
|