Fix syntax error

This commit is contained in:
Thomas Chevalier 2022-06-21 21:27:37 +02:00
parent bab262078d
commit 55200803ff

View file

@ -92,7 +92,7 @@ RETURNS bigint AS $$
flow_start_sec, flow_start_usec,
flow_end_sec, flow_end_usec, ct_event)
VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17,$18,$19,$20,$21,$22,$23,$24);
RETURN _ct_id;
RETURN $1;
$$ LANGUAGE SQL SECURITY INVOKER;
CREATE OR REPLACE FUNCTION INSERT_OR_REPLACE_CT(