aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_lfind/test_lfind--1.0.sql
blob: d82ab0567effa25680d0e6a12bbb5ad7909369d5 (plain)
1
2
3
4
5
6
7
8
/* src/test/modules/test_lfind/test_lfind--1.0.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION test_lfind" to load this file. \quit

CREATE FUNCTION test_lfind()
	RETURNS pg_catalog.void
	AS 'MODULE_PATHNAME' LANGUAGE C;