mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
7 lines
126 B
MySQL
7 lines
126 B
MySQL
DROP FUNCTION insert_username();
|
|
|
|
CREATE FUNCTION insert_username()
|
|
RETURNS opaque
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'newC';
|