18952f6744
CurrentTriggerData is history.
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
DROP FUNCTION autoinc();
|
|
|
|
CREATE FUNCTION autoinc()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/autoinc_DLSUFFIX_'
|
|
LANGUAGE 'newC';
|