mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -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';
|