Project

General

Profile

1
SELECT util.search_path_append('util');
2

    
3
SELECT create_if_not_exists($$CREATE INDEX $$||:table_str||%'__parent'||$$ ON $$||:table_str||$$ ("eventID")$$); -- runtime: 2 s ("2416.676 ms") @starscream
4

    
5

    
6
SELECT mk_derived_col((:table_str, 'identifiedBy'),
7
$$_join_words("identifiedBy__first", "identifiedBy__middle", "identifiedBy__last")$$)
8
; -- runtime: 30 s ("29290.701 ms") @starscream
(8-8/11)