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

Commit132e915

Browse files
committed
Fixes:
Someone asked me if the bpchar type could be extended to docase-insensitive regular expression searches.Submitted by: "Alistair G. Crooks" <azcb0@juts.ccc.amdahl.com>
1 parent54f69a9 commit132e915

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/catalog/pg_operator.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_operator.h,v 1.2 1996/07/15 19:32:33 scrappy Exp $
10+
* $Id: pg_operator.h,v 1.3 1996/08/05 00:25:07 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -459,6 +459,8 @@ DATA(insert OID = 1230 ( "~*" PGUID 0 b t f 20 25 16 0 1231 0 0 char1
459459
DATA(insertOID=1231 ("!~*"PGUID0btf2025160123000char16icregexneneqselneqjoinsel ));
460460
DATA(insertOID=1232 ("~*"PGUID0btf104325160123300texticregexeqeqseleqjoinsel ));
461461
DATA(insertOID=1233 ("!~*"PGUID0btf104325160123200texticregexneneqselneqjoinsel ));
462+
DATA(insertOID=1234 ("~*"PGUID0btf104225160123500texticregexeqeqseleqjoinsel ));
463+
DATA(insertOID=1235 ("!~*"PGUID0btf104225160123400texticregexneneqselneqjoinsel ));
462464

463465

464466

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp