Routines

Routines

Name Type Language Deterministic Return Type Security Restriction Comments
exam_session_registration_open(exam_date_id bigint, at_point_in_time timestamp with time zone DEFAULT now()) FUNCTION plpgsql false SETOF boolean INVOKER
select_registration_modification_dl(registration_id bigint) FUNCTION plpgsql false timestamp with time zone INVOKER
at_midnight(date) FUNCTION sql false timestamp with time zone INVOKER
evaluation_period_open(id bigint, at_point_in_time timestamp with time zone DEFAULT now()) FUNCTION plpgsql false SETOF boolean INVOKER
select_registration_phase(exam_session_id bigint, at_point_in_time timestamp with time zone DEFAULT now()) FUNCTION plpgsql false text INVOKER
is_cancellable(registration_id bigint) FUNCTION plpgsql false SETOF boolean INVOKER
error_if_exceeds_participant_limit() FUNCTION plpgsql false trigger INVOKER
exam_session_post_registration_open(exam_date_id bigint, at_point_in_time timestamp with time zone DEFAULT now()) FUNCTION plpgsql false SETOF boolean INVOKER
ts_older_than(ts timestamp with time zone, since interval) FUNCTION sql false boolean INVOKER
select_registration_kind(eid bigint) FUNCTION plpgsql false text INVOKER
error_if_reviewed_quarantine_is_deleted() FUNCTION plpgsql false trigger INVOKER
is_transferable(registration_id bigint) FUNCTION plpgsql false SETOF boolean INVOKER
within_dt_range(tz timestamp with time zone, after timestamp with time zone, before timestamp with time zone) FUNCTION plpgsql false boolean INVOKER