pgsql: Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT"

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT"
Date: 2005-07-14 07:12:28
Message-ID: 20050714071228.23D3252D4C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-14 07:32:02 pgsql: Add numeric separator support for latex and troff output methods.
Previous Message Bruce Momjian 2005-07-14 06:49:59 pgsql: barebones variable name -> tuples_only, for consistency.