1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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

@ -1,12 +1,6 @@
DROP FUNCTION currabstime();
DROP FUNCTION timetravel();
DROP FUNCTION set_timetravel(name, int4);
CREATE FUNCTION currabstime()
RETURNS abstime
AS '_OBJWD_/timetravel_DLSUFFIX_'
LANGUAGE 'c';
CREATE FUNCTION timetravel()
RETURNS opaque
AS '_OBJWD_/timetravel_DLSUFFIX_'