1
0
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:
Vadim B. Mikheev
1997-10-02 18:01:57 +00:00
parent cd7c56eeeb
commit d75206fdf5
8 changed files with 241 additions and 34 deletions

View File

@ -0,0 +1,6 @@
DROP FUNCTION autoinc();
CREATE FUNCTION autoinc()
RETURNS opaque
AS '_OBJWD_/autoinc_DLSUFFIX_'
LANGUAGE 'c';