Project

General

Profile

« Previous | Next » 

Revision 13638

fix: schemas/util.sql: pg_get_viewdef(): should be STABLE because it references system catalogs

View differences:

trunk/schemas/util.sql
2883 2883
--
2884 2884

  
2885 2885
CREATE FUNCTION pg_get_viewdef(view_ regclass) RETURNS text
2886
    LANGUAGE sql IMMUTABLE
2886
    LANGUAGE sql STABLE
2887 2887
    AS $_$
2888 2888
/* unexpand expanded * expressions. any list of 5+ cols from the same table is
2889 2889
treated as a * expression. */

Also available in: Unified diff