Project

General

Profile

« Previous | Next » 

Revision 5840

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

View differences:

schemas/vegbien.my.sql
145 145

  
146 146

  
147 147
--
148
-- Name: _m_to_cm(double precision); Type: FUNCTION; Schema: public; Owner: -
149
--
150

  
151

  
152

  
153

  
154
--
148 155
-- Name: _taxon_family_require_std(text); Type: FUNCTION; Schema: public; Owner: -
149 156
--
150 157

  
schemas/functions.sql
179 179

  
180 180

  
181 181
--
182
-- Name: _m_to_cm(double precision); Type: FUNCTION; Schema: functions; Owner: -
183
--
184

  
185
CREATE FUNCTION _m_to_cm(value double precision) RETURNS double precision
186
    LANGUAGE sql IMMUTABLE STRICT
187
    AS $_$
188
SELECT $1*100.
189
$_$;
190

  
191

  
192
--
182 193
-- Name: _max(anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement, anyelement); Type: FUNCTION; Schema: functions; Owner: -
183 194
--
184 195

  
schemas/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