mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08: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';
|