mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
General function for SERIAL/IDENTITY/AUTOINCREMENT feature.
Handle INSERT event in timetravel().
This commit is contained in:
6
contrib/spi/autoinc.source
Normal file
6
contrib/spi/autoinc.source
Normal file
@ -0,0 +1,6 @@
|
||||
DROP FUNCTION autoinc();
|
||||
|
||||
CREATE FUNCTION autoinc()
|
||||
RETURNS opaque
|
||||
AS '_OBJWD_/autoinc_DLSUFFIX_'
|
||||
LANGUAGE 'c';
|
Reference in New Issue
Block a user