mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 00:33:54 -05:00
6 lines
126 B
MySQL
6 lines
126 B
MySQL
DROP FUNCTION insert_username();
|
|
|
|
CREATE FUNCTION insert_username()
|
|
RETURNS opaque
|
|
AS 'MODULE_PATHNAME'
|
|
LANGUAGE 'newC';
|