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