1/* contrib/tcn/tcn--1.0.sql */
2
3-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4\echo Use "CREATE EXTENSION tcn" to load this file. \quit
5
6CREATE FUNCTION triggered_change_notification()
7RETURNS pg_catalog.trigger
8AS 'MODULE_PATHNAME'
9LANGUAGE C;
10