pgsql: Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT"
Date
Msg-id 20050714071228.23D3252D4C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax
rather than the deprecated "WITH (isStrict)" syntax. Patch from Ilia
Kantor, minor editorializing by Neil Conway.

Modified Files:
--------------
    pgsql/contrib/xml2:
        pgxml.sql.in (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: barebones variable name -> tuples_only, for consistency.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add numeric separator support for latex and troff output methods.