delete_old_statistics_for_stream(p_stream_id integer, p_before_date timestamp without time zone)


Description

Deletes statistic entries for a specific stream older than the specified date. Returns the number of deleted records.

Parameters

Name Type Mode
p_stream_id integer IN
p_before_date timestamp without time zone IN

Definition