mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +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'
|
|
;
|