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:
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