gke_arce_rupe2
.rupe
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
new_revid()
Parameters
Name
Type
Mode
Definition
DECLARE nrvid INTEGER; maxtstmp BIGINT; BEGIN select max(revtstmp) into maxtstmp from audit.revinfo; insert into audit.revinfo values (nextval('rupe.hibernate_sequence'), maxtstmp) returning rev into nrvid; RETURN nrvid; END;