Project

General

Profile

« Previous | Next » 

Revision 13356

schemas/public_.sql: _km_to_m(): made it a wrapper around util._km_to_m() so this function is only in one place

View differences:

vegbien.sql
1812 1812
CREATE FUNCTION _km_to_m(value double precision) RETURNS double precision
1813 1813
    LANGUAGE sql IMMUTABLE
1814 1814
    AS $_$
1815
SELECT $1*1000.
1815
SELECT util._km_to_m($1)
1816 1816
$_$;
1817 1817

  
1818 1818

  

Also available in: Unified diff