77 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.316 2003/11/29 22:40:58 pgsql Exp $
10+ * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.317 2003/12/01 21:52:37 momjian Exp $
1111 *
1212 * NOTES
1313 * The script catalog/genbki.sh reads this file and generates .bki
@@ -208,8 +208,6 @@ DESCR("PostgreSQL version string");
208208
209209/* OIDS 100 - 199 */
210210
211- DATA (insert OID = 100 (int8fac PGNSP PGUID 12 f f t f i 1 20 "20" int8fac - _null_ ));
212- DESCR ("factorial" );
213211DATA (insert OID = 101 (eqsel PGNSP PGUID 12 f f t f s 4 701 "2281 26 2281 23" eqsel - _null_ ));
214212DESCR ("restriction selectivity of = and related operators" );
215213DATA (insert OID = 102 (neqsel PGNSP PGUID 12 f f t f s 4 701 "2281 26 2281 23" neqsel - _null_ ));
@@ -231,7 +229,7 @@ DATA(insert OID = 109 ( unknownin PGNSP PGUID 12 f f t f i 1 705 "2275"un
231229DESCR ("I/O" );
232230DATA (insert OID = 110 (unknownout PGNSP PGUID 12 f f t f i 1 2275 "705" unknownout - _null_ ));
233231DESCR ("I/O" );
234-
232+ DATA ( insert OID = 111 ( numeric_fac PGNSP PGUID 12 f f t f i 1 1700 "20" numeric_fac - _null_ ));
235233DATA (insert OID = 112 (text PGNSP PGUID 12 f f t f i 1 25 "23" int4_text - _null_ ));
236234DESCR ("convert int4 to text" );
237235DATA (insert OID = 113 (text PGNSP PGUID 12 f f t f i 1 25 "21" int2_text - _null_ ));
@@ -294,8 +292,6 @@ DATA(insert OID = 140 ( areajoinsel PGNSP PGUID 12 f f t f s 4 701 "2281 26
294292DESCR ("join selectivity for area-comparison operators" );
295293DATA (insert OID = 141 (int4mul PGNSP PGUID 12 f f t f i 2 23 "23 23" int4mul - _null_ ));
296294DESCR ("multiply" );
297- DATA (insert OID = 142 (int4fac PGNSP PGUID 12 f f t f i 1 23 "23" int4fac - _null_ ));
298- DESCR ("factorial" );
299295DATA (insert OID = 144 (int4ne PGNSP PGUID 12 f f t f i 2 16 "23 23" int4ne - _null_ ));
300296DESCR ("not equal" );
301297DATA (insert OID = 145 (int2ne PGNSP PGUID 12 f f t f i 2 16 "21 21" int2ne - _null_ ));
@@ -571,9 +567,6 @@ DESCR("Current date and time - increments during transactions");
571567DATA (insert OID = 275 (isfinite PGNSP PGUID 12 f f t f i 1 16 "702" abstime_finite - _null_ ));
572568DESCR ("finite abstime?" );
573569
574- DATA (insert OID = 276 (int2fac PGNSP PGUID 12 f f t f i 1 23 "21" int2fac - _null_ ));
575- DESCR ("factorial" );
576-
577570DATA (insert OID = 277 (inter_sl PGNSP PGUID 12 f f t f i 2 16 "601 628" inter_sl - _null_ ));
578571DESCR ("intersect?" );
579572DATA (insert OID = 278 (inter_lb PGNSP PGUID 12 f f t f i 2 16 "628 603" inter_lb - _null_ ));
@@ -1758,11 +1751,7 @@ DATA(insert OID = 1390 ( isfinite PGNSP PGUID 12 f f t f i 1 16 "1186" inte
17581751DESCR ("finite interval?" );
17591752
17601753
1761- DATA (insert OID = 1391 (factorial PGNSP PGUID 12 f f t f i 1 23 "21" int2fac - _null_ ));
1762- DESCR ("factorial" );
1763- DATA (insert OID = 1392 (factorial PGNSP PGUID 12 f f t f i 1 23 "23" int4fac - _null_ ));
1764- DESCR ("factorial" );
1765- DATA (insert OID = 1393 (factorial PGNSP PGUID 12 f f t f i 1 20 "20" int8fac - _null_ ));
1754+ DATA (insert OID = 1376 (factorial PGNSP PGUID 12 f f t f i 1 1700 "20" numeric_fac - _null_ ));
17661755DESCR ("factorial" );
17671756DATA (insert OID = 1394 (abs PGNSP PGUID 12 f f t f i 1 700 "700" float4abs - _null_ ));
17681757DESCR ("absolute value" );