mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
6 lines
117 B
Text
6 lines
117 B
Text
DROP FUNCTION autoinc();
|
|
|
|
CREATE FUNCTION autoinc()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/autoinc_DLSUFFIX_'
|
|
LANGUAGE 'c';
|