|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_proc.h,v 1.231 2002/04/2403:09:09 momjian Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.232 2002/04/2405:22:20 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -237,9 +237,9 @@ DESCR("join selectivity of < and related operators on scalar datatypes");
|
237 | 237 | DATA(insertOID=108 (scalargtjoinselPGNSPPGUID12ftftfs3701"0 26 0"10000100scalargtjoinsel-_null_ ));
|
238 | 238 | DESCR("join selectivity of > and related operators on scalar datatypes");
|
239 | 239 |
|
240 |
| -DATA(insertOID=109 (unknowninPGNSPPGUID12ftttfi1705"0"10000100unknownin-_null_ )); |
| 240 | +DATA(insertOID=109 (unknowninPGNSPPGUID12ftftfi1705"0"10000100unknownin-_null_ )); |
241 | 241 | DESCR("(internal)");
|
242 |
| -DATA(insertOID=110 (unknownoutPGNSPPGUID12ftttfi123"0"10000100unknownout-_null_ )); |
| 242 | +DATA(insertOID=110 (unknownoutPGNSPPGUID12ftftfi123"0"10000100unknownout-_null_ )); |
243 | 243 | DESCR("(internal)");
|
244 | 244 |
|
245 | 245 | DATA(insertOID=112 (textPGNSPPGUID12ftttfi125"23"10000100int4_text-_null_ ));
|
|