Project

General

Profile

« Previous | Next » 

Revision 12313

bugfix: schemas/vegbien.sql: source_by_shortname(): can't be declared STRICT because it now has a 2nd param (schema_anchor) which is always NULL

View differences:

trunk/schemas/vegbien.sql
1455 1455
--
1456 1456

  
1457 1457
CREATE FUNCTION source_by_shortname(shortname text, schema_anchor anyelement DEFAULT NULL::schema_anchor) RETURNS integer
1458
    LANGUAGE plpgsql STABLE STRICT
1458
    LANGUAGE plpgsql STABLE
1459 1459
    SET search_path TO pg_temp
1460 1460
    AS $$
1461 1461
/* must use LANGUAGE plpgsql because LANGUAGE sql does not support runtime

Also available in: Unified diff