repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git]
/
contrib
/
spi
/
moddatetime.sql.in
blob
1f62808791b2b9a0138d69b7fa9c478b7eb03daf
1
/* $PostgreSQL$ */
2
3
-- Adjust this setting to control where the objects get created.
4
SET
search_path
=
public
;
5
6
CREATE OR REPLACE FUNCTION
moddatetime
()
7
RETURNS trigger
8
AS
'MODULE_PATHNAME'
9
LANGUAGE
C
;