|
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.187 2001/05/22 16:37:16 petere Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.188 2001/05/24 09:29:29 petere Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2464,6 +2464,14 @@ DESCR("(internal)");
|
2464 | 2464 | DATA(insertOID=1799 (oidoutPGUID12fttt1f23"0"10000100oidout- ));
|
2465 | 2465 | DESCR("(internal)");
|
2466 | 2466 |
|
| 2467 | + |
| 2468 | +DATA(insertOID=1810 (bit_lengthPGUID14fttt1f23"17"10000100"select octet_length($1) * 8"- )); |
| 2469 | +DESCR("length in bits"); |
| 2470 | +DATA(insertOID=1811 (bit_lengthPGUID14fttt1f23"25"10000100"select octet_length($1) * 8"- )); |
| 2471 | +DESCR("length in bits"); |
| 2472 | +DATA(insertOID=1812 (bit_lengthPGUID14fttt1f23"1560"10000100"select length($1)"- )); |
| 2473 | +DESCR("length in bits"); |
| 2474 | + |
2467 | 2475 | /* Selectivity estimators for LIKE and related operators */
|
2468 | 2476 | DATA(insertOID=1814 (iclikeselPGUID12ftft4f701"0 26 0 23"10000100iclikesel- ));
|
2469 | 2477 | DESCR("restriction selectivity of ILIKE");
|
|