mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
8 lines
105 B
MySQL
8 lines
105 B
MySQL
DROP FUNCTION noup ();
|
|
|
|
CREATE FUNCTION noup ()
|
|
RETURNS opaque
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'newC'
|
|
;
|