mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
DROP FUNCTION moddatetime();
|
|
|
|
CREATE FUNCTION moddatetime()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/moddatetime_DLSUFFIX_'
|
|
LANGUAGE 'c';
|