Project

General

Profile

« Previous | Next » 

Revision 13570

inputs/.TNRS/schema.sql: added tnrs__match_num__next()

View differences:

vegbien.sql
16967 16967

  
16968 16968

  
16969 16969
--
16970
-- Name: tnrs__match_num__next(); Type: FUNCTION; Schema: TNRS; Owner: -
16971
--
16972

  
16973
CREATE FUNCTION tnrs__match_num__next() RETURNS bigint
16974
    LANGUAGE sql
16975
    AS $$
16976
SELECT nextval('pg_temp.tnrs__match_num__seq');
16977
$$;
16978

  
16979

  
16980
--
16970 16981
-- Name: tnrs_populate_fields(); Type: FUNCTION; Schema: TNRS; Owner: -
16971 16982
--
16972 16983

  

Also available in: Unified diff