This commit is contained in:
9
dist/win-x64/postgres-standalone/share/extension/tcn--1.0.sql
vendored
Normal file
9
dist/win-x64/postgres-standalone/share/extension/tcn--1.0.sql
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* 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;
|
||||
Reference in New Issue
Block a user