Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit371a485

Browse files
author
Thomas G. Lockhart
committed
Include the case-insensitive LIKE prototypes.
1 parent701de35 commit371a485

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎src/include/utils/builtins.h‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -433,10 +433,18 @@ extern Datum namelike(PG_FUNCTION_ARGS);
433433
externDatumnamenlike(PG_FUNCTION_ARGS);
434434
externDatumnamelike_escape(PG_FUNCTION_ARGS);
435435
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);
436440
externDatumtextlike(PG_FUNCTION_ARGS);
437441
externDatumtextnlike(PG_FUNCTION_ARGS);
438442
externDatumtextlike_escape(PG_FUNCTION_ARGS);
439443
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);
440448

441449
/* oracle_compat.c */
442450
externDatumlower(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp