mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
DROP FUNCTION moddatetime();
|
|
|
|
CREATE FUNCTION moddatetime()
|
|
RETURNS opaque
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'newC';
|