Project

General

Profile

« Previous | Next » 

Revision 6007

schemas/vegbien.sql: Added _m_to_km()

View differences:

vegbien.sql
390 390

  
391 391

  
392 392
--
393
-- Name: _m_to_km(double precision); Type: FUNCTION; Schema: public; Owner: -
394
--
395

  
396
CREATE FUNCTION _m_to_km(value double precision) RETURNS double precision
397
    LANGUAGE sql IMMUTABLE STRICT
398
    AS $_$
399
SELECT $1/1000.
400
$_$;
401

  
402

  
403
--
393 404
-- Name: _percent_to_fraction(double precision); Type: FUNCTION; Schema: public; Owner: -
394 405
--
395 406

  

Also available in: Unified diff