Project

General

Profile

« Previous | Next » 

Revision 13570

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

View differences:

trunk/inputs/.TNRS/schema.sql
172 172

  
173 173

  
174 174
--
175
-- Name: tnrs__match_num__next(); Type: FUNCTION; Schema: TNRS; Owner: -
176
--
177

  
178
CREATE FUNCTION tnrs__match_num__next() RETURNS bigint
179
    LANGUAGE sql
180
    AS $$
181
SELECT nextval('pg_temp.tnrs__match_num__seq');
182
$$;
183

  
184

  
185
--
175 186
-- Name: tnrs_populate_fields(); Type: FUNCTION; Schema: TNRS; Owner: -
176 187
--
177 188

  
trunk/schemas/vegbien.my.sql
13234 13234

  
13235 13235

  
13236 13236
--
13237
-- Name: tnrs__match_num__next(); Type: FUNCTION; Schema: TNRS; Owner: -
13238
--
13239

  
13240

  
13241

  
13242

  
13243
--
13237 13244
-- Name: tnrs_populate_fields(); Type: FUNCTION; Schema: TNRS; Owner: -
13238 13245
--
13239 13246

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