Project

General

Profile

« Previous | Next » 

Revision 5840

schemas/functions.sql, vegbien.sql: Added _m_to_cm()

View differences:

vegbien.sql
323 323

  
324 324

  
325 325
--
326
-- Name: _m_to_cm(double precision); Type: FUNCTION; Schema: public; Owner: -
327
--
328

  
329
CREATE FUNCTION _m_to_cm(value double precision) RETURNS double precision
330
    LANGUAGE sql IMMUTABLE STRICT
331
    AS $_$
332
SELECT $1*100.
333
$_$;
334

  
335

  
336
--
326 337
-- Name: _taxon_family_require_std(text); Type: FUNCTION; Schema: public; Owner: -
327 338
--
328 339

  

Also available in: Unified diff