Project

General

Profile

« Previous | Next » 

Revision 5935

schemas/vegbien.sql: Added _km_to_m()

View differences:

schemas/vegbien.sql
363 363
CREATE FUNCTION _km_to_m(value double precision) RETURNS double precision
364 364
    LANGUAGE sql IMMUTABLE STRICT
365 365
    AS $_$
366
SELECT $1/1000.
366
SELECT $1*1000.
367 367
$_$;
368 368

  
369 369

  

Also available in: Unified diff