7
7
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.478 2007/11/15 21:14:43 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.479 2007/11/27 12: 21:05 petere Exp $
11
11
*
12
12
* NOTES
13
13
* The script catalog/genbki.sh reads this file and generates .bki
@@ -4028,13 +4028,13 @@ DATA(insert OID = 2892 ( pg_advisory_unlock_allPGNSP PGUID 12 1 0 f f t f v 0
4028
4028
DESCR ("release all advisory locks" );
4029
4029
4030
4030
/* XML support */
4031
- DATA (insert OID = 2893 (xml_in PGNSP PGUID 12 1 0 f f t f i 1 142 "2275" _null_ _null_ _null_ xml_in - _null_ _null_ ));
4031
+ DATA (insert OID = 2893 (xml_in PGNSP PGUID 12 1 0 f f t f s 1 142 "2275" _null_ _null_ _null_ xml_in - _null_ _null_ ));
4032
4032
DESCR ("I/O" );
4033
4033
DATA (insert OID = 2894 (xml_out PGNSP PGUID 12 1 0 f f t f i 1 2275 "142" _null_ _null_ _null_ xml_out - _null_ _null_ ));
4034
4034
DESCR ("I/O" );
4035
4035
DATA (insert OID = 2895 (xmlcomment PGNSP PGUID 12 1 0 f f t f i 1 142 "25" _null_ _null_ _null_ xmlcomment - _null_ _null_ ));
4036
4036
DESCR ("generate an XML comment" );
4037
- DATA (insert OID = 2896 (xml PGNSP PGUID 12 1 0 f f t f i 1 142 "25" _null_ _null_ _null_ texttoxml - _null_ _null_ ));
4037
+ DATA (insert OID = 2896 (xml PGNSP PGUID 12 1 0 f f t f s 1 142 "25" _null_ _null_ _null_ texttoxml - _null_ _null_ ));
4038
4038
DESCR ("perform a non-validating parse of a character string to produce an XML value" );
4039
4039
DATA (insert OID = 2897 (xmlvalidate PGNSP PGUID 12 1 0 f f t f i 2 16 "142 25" _null_ _null_ _null_ xmlvalidate - _null_ _null_ ));
4040
4040
DESCR ("validate an XML value" );
@@ -4046,7 +4046,7 @@ DATA(insert OID = 2900 ( xmlconcat2 PGNSP PGUID 12 1 0 f f f f i 2 142 "142
4046
4046
DESCR ("aggregate transition function" );
4047
4047
DATA (insert OID = 2901 (xmlagg PGNSP PGUID 12 1 0 t f f f i 1 142 "142" _null_ _null_ _null_ aggregate_dummy - _null_ _null_ ));
4048
4048
DESCR ("concatenate XML values" );
4049
- DATA (insert OID = 2922 (text PGNSP PGUID 12 1 0 f f t f s 1 25 "142" _null_ _null_ _null_ xmltotext - _null_ _null_ ));
4049
+ DATA (insert OID = 2922 (text PGNSP PGUID 12 1 0 f f t f i 1 25 "142" _null_ _null_ _null_ xmltotext - _null_ _null_ ));
4050
4050
DESCR ("serialize an XML value to a character string" );
4051
4051
4052
4052
DATA (insert OID = 2923 (table_to_xml PGNSP PGUID 12 100 0 f f t f s 4 142 "2205 16 16 25" _null_ _null_ "{tbl,nulls,tableforest,targetns}" table_to_xml - _null_ _null_ ));