Project

General

Profile

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

    
3
SELECT set_col_types(:table_str, ARRAY[
4
  ('decimalLatitude', 'double precision')
5
, ('decimalLongitude', 'double precision')
6
, ('*error_km', 'double precision')
7
]::col_cast[]);
(4-4/6)