mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
d75206fdf5
Handle INSERT event in timetravel().
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
DROP FUNCTION autoinc();
|
|
|
|
CREATE FUNCTION autoinc()
|
|
RETURNS opaque
|
|
AS '_OBJWD_/autoinc_DLSUFFIX_'
|
|
LANGUAGE 'c';
|