blob: a5823643ea4e43228e885ac69c6230e0f0fe73ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--
-- Section: Functions
--
\i functions/pgq_ext.upgrade_schema.sql
select pgq_ext.upgrade_schema();
-- Group: track batches via batch id
\i functions/pgq_ext.is_batch_done.sql
\i functions/pgq_ext.set_batch_done.sql
-- Group: track batches via tick id
\i functions/pgq_ext.get_last_tick.sql
\i functions/pgq_ext.set_last_tick.sql
-- Group: Track events separately
\i functions/pgq_ext.is_event_done.sql
\i functions/pgq_ext.set_event_done.sql
-- Group: Schema info
\i functions/pgq_ext.version.sql
|