Project

General

Profile

« Previous | Next » 

Revision 7466

schemas/vegbien.sql: Added _mm_to_m()

View differences:

schemas/vegbien.my.sql
256 256

  
257 257

  
258 258
--
259
-- Name: _mm_to_m(double precision); Type: FUNCTION; Schema: public; Owner: -
260
--
261

  
262

  
263

  
264

  
265
--
259 266
-- Name: _or(boolean, int(1), int(1), int(1), int(1)); Type: FUNCTION; Schema: public; Owner: -
260 267
--
261 268

  
schemas/vegbien.sql
535 535

  
536 536

  
537 537
--
538
-- Name: _mm_to_m(double precision); Type: FUNCTION; Schema: public; Owner: -
539
--
540

  
541
CREATE FUNCTION _mm_to_m(value double precision) RETURNS double precision
542
    LANGUAGE sql IMMUTABLE STRICT
543
    AS $_$
544
SELECT $1/1000.
545
$_$;
546

  
547

  
548
--
538 549
-- Name: _or(boolean, boolean, boolean, boolean, boolean); Type: FUNCTION; Schema: public; Owner: -
539 550
--
540 551

  

Also available in: Unified diff