Project

General

Profile

« Previous | Next » 

Revision 5934

schemas/vegbien.sql: Added _km_to_m()

View differences:

vegbien.sql
357 357

  
358 358

  
359 359
--
360
-- Name: _km_to_m(double precision); Type: FUNCTION; Schema: public; Owner: -
361
--
362

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

  
369

  
370
--
360 371
-- Name: _m2_to_ha(double precision); Type: FUNCTION; Schema: public; Owner: -
361 372
--
362 373

  

Also available in: Unified diff