Skip to content
Snippets Groups Projects
Commit 69a0069c authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8721: comments

parent 088c6696
No related branches found
No related tags found
No related merge requests found
......@@ -373,6 +373,8 @@ $BODY$
LANGUAGE plpgsql VOLATILE
COST 100;
-- use DEFERRABLE INITIALLY DEFERRED CONSTRAINT trigger which fires only once upon committing the file inserts
-- then run method on_directory_update_cache_commit_do_update_dir_stats to collect all inserted fileinfo's into dir/tree stats
CREATE CONSTRAINT TRIGGER trigger_on_directory_update_cache_commit_do_update_dir_stats
AFTER INSERT
ON lta._directory_update_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment