mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
New moddatetime contrib from Terry Mackintosh.
This commit is contained in:
6
contrib/spi/moddatetime.source
Normal file
6
contrib/spi/moddatetime.source
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP FUNCTION moddatetime();
|
||||
|
||||
CREATE FUNCTION moddatetime()
|
||||
RETURNS opaque
|
||||
AS '_OBJWD_/moddatetime_DLSUFFIX_'
|
||||
LANGUAGE 'c';
|
||||
Reference in New Issue
Block a user