Project

General

Profile

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

    
3
SELECT mk_derived_col((:table_str, 'locationRemarks'),
4
$$_alt("locationRemarks_1", "locationRemarks_2")$$);
5
	-- _alt() is fine because only one of these is ever populated
(7-7/10)