mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
7 lines
141 B
Text
7 lines
141 B
Text
|
|
DROP FUNCTION insert_username();
|
||
|
|
|
||
|
|
CREATE FUNCTION insert_username()
|
||
|
|
RETURNS opaque
|
||
|
|
AS '_OBJWD_/insert_username_DLSUFFIX_'
|
||
|
|
LANGUAGE 'c';
|