repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix another incorrect data type choice from commit dc2123400.
[pgsql.git]
/
contrib
/
tcn
/
tcn--1.0.sql
blob
027a4effbb82b99282bc21cfe6eb3972734cb5fe
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
6
CREATE FUNCTION triggered_change_notification()
7
RETURNS pg_catalog.trigger
8
AS 'MODULE_PATHNAME'
9
LANGUAGE C;