Project

General

Profile

« Previous | Next » 

Revision 8145

schemas/functions.sql: table2hstore(): Made it STABLE instead of IMMUTABLE because the input table is not constant

View differences:

functions.sql
762 762
--
763 763

  
764 764
CREATE FUNCTION table2hstore(table_ regclass) RETURNS hstore
765
    LANGUAGE plpgsql IMMUTABLE STRICT
765
    LANGUAGE plpgsql STABLE STRICT
766 766
    AS $_$
767 767
DECLARE
768 768
    hstore hstore;

Also available in: Unified diff