mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
7 lines
105 B
MySQL
7 lines
105 B
MySQL
DROP FUNCTION noup ();
|
|
|
|
CREATE FUNCTION noup ()
|
|
RETURNS opaque
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'newC'
|
|
;
|