Repository URL to install this package:
Version:
17.1-1.pgdg120+1 ▾
|
/* contrib/tcn/tcn--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION tcn" to load this file. \quit
CREATE FUNCTION triggered_change_notification()
RETURNS pg_catalog.trigger
AS 'MODULE_PATHNAME'
LANGUAGE C;