mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +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';
|