mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 01:40:33 -05: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';
|