mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
DROP FUNCTION insert_username();
|
|
|
|
CREATE FUNCTION insert_username()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/insert_username_DLSUFFIX_'
|
|
LANGUAGE 'newC';
|