mirror of
https://github.com/postgres/postgres.git
synced 2026-02-19 02:29:10 -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';
|