1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

New moddatetime contrib from Terry Mackintosh.

This commit is contained in:
Bruce Momjian
1998-12-12 20:20:49 +00:00
parent 0d5a08f769
commit 14f9dde379
4 changed files with 140 additions and 1 deletions

View File

@ -0,0 +1,6 @@
DROP FUNCTION moddatetime();
CREATE FUNCTION moddatetime()
RETURNS opaque
AS '_OBJWD_/moddatetime_DLSUFFIX_'
LANGUAGE 'c';