root/trunk/inputs/CVS/observationContributor_/postprocess.sql
1 |
SELECT util.search_path_append('util'); |
---|---|
2 |
|
3 |
|
4 |
SELECT mk_derived_col((:table_str, 'event__participant'), |
5 |
$$_join_words(event_participant_name_first::text, event_participant_name_middle::text, event_participant_name_last::text)$$) |
6 |
; -- runtime: 0.3 s ("Time: 358.980 ms") @starscream |