Index: contrib/xml2/pgxml.sql.in
===================================================================
RCS file: /cvsroot/pgsql/contrib/xml2/pgxml.sql.in,v
retrieving revision 1.4
diff -c -c -r1.4 pgxml.sql.in
*** contrib/xml2/pgxml.sql.in	14 Jul 2005 07:12:27 -0000	1.4
--- contrib/xml2/pgxml.sql.in	13 Oct 2005 03:41:32 -0000
***************
*** 44,50 ****
  
  CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof record
  	AS 'MODULE_PATHNAME'
! 	LANGUAGE 'c' STRICT IMMUTABLE;
  
  -- XSLT functions
  -- Delete from here to the end of the file if you are not compiling with
--- 44,50 ----
  
  CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof record
  	AS 'MODULE_PATHNAME'
! 	LANGUAGE 'c' STRICT STABLE;
  
  -- XSLT functions
  -- Delete from here to the end of the file if you are not compiling with
***************
*** 52,58 ****
  
  
  CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text 
! 	AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT IMMUTABLE;
  
  -- the function checks for the correct argument count
  
--- 52,58 ----
  
  
  CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text 
! 	AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT STABLE;
  
  -- the function checks for the correct argument count
  
