|
7 | 7 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Id: builtins.h,v 1.131 2000/08/06 18:06:44 thomas Exp $ |
| 10 | + * $Id: builtins.h,v 1.132 2000/08/07 01:43:35 thomas Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -433,10 +433,18 @@ extern Datum namelike(PG_FUNCTION_ARGS); |
433 | 433 | externDatumnamenlike(PG_FUNCTION_ARGS); |
434 | 434 | externDatumnamelike_escape(PG_FUNCTION_ARGS); |
435 | 435 | externDatumnamenlike_escape(PG_FUNCTION_ARGS); |
| 436 | +externDatuminamelike(PG_FUNCTION_ARGS); |
| 437 | +externDatuminamenlike(PG_FUNCTION_ARGS); |
| 438 | +externDatuminamelike_escape(PG_FUNCTION_ARGS); |
| 439 | +externDatuminamenlike_escape(PG_FUNCTION_ARGS); |
436 | 440 | externDatumtextlike(PG_FUNCTION_ARGS); |
437 | 441 | externDatumtextnlike(PG_FUNCTION_ARGS); |
438 | 442 | externDatumtextlike_escape(PG_FUNCTION_ARGS); |
439 | 443 | externDatumtextnlike_escape(PG_FUNCTION_ARGS); |
| 444 | +externDatumitextlike(PG_FUNCTION_ARGS); |
| 445 | +externDatumitextnlike(PG_FUNCTION_ARGS); |
| 446 | +externDatumitextlike_escape(PG_FUNCTION_ARGS); |
| 447 | +externDatumitextnlike_escape(PG_FUNCTION_ARGS); |
440 | 448 |
|
441 | 449 | /* oracle_compat.c */ |
442 | 450 | externDatumlower(PG_FUNCTION_ARGS); |
|