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
Repair memory leaks in plpython.
[pgsql.git]
/
contrib
/
spi
/
moddatetime--1.0.sql
blob
2ee61b814f36126449754fc35370a27798978e7f
1
/* contrib/spi/moddatetime--1.0.sql */
2
3
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4
\echo Use "CREATE EXTENSION moddatetime" to load this file. \quit
5
6
CREATE FUNCTION moddatetime()
7
RETURNS trigger
8
AS 'MODULE_PATHNAME'
9
LANGUAGE C;