Fix another incorrect data type choice from commit dc2123400.
[pgsql.git] / contrib / tcn / tcn--1.0.sql
blob027a4effbb82b99282bc21cfe6eb3972734cb5fe
1 /* contrib/tcn/tcn--1.0.sql */
3 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
4 \echo Use "CREATE EXTENSION tcn" to load this file. \quit
6 CREATE FUNCTION triggered_change_notification()
7 RETURNS pg_catalog.trigger
8 AS 'MODULE_PATHNAME'
9 LANGUAGE C;