Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d7a1ce7a
Commit
d7a1ce7a
authored
Jul 15, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adds: case insensitive regexp for varchar
From: azcb0@sde.uts.amdahl.com
parent
350cb69a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/backend/catalog/pg_operator.h
src/backend/catalog/pg_operator.h
+3
-1
No files found.
src/backend/catalog/pg_operator.h
View file @
d7a1ce7a
...
...
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_operator.h,v 1.
1.1.1 1996/07/09 06:21:17
scrappy Exp $
* $Id: pg_operator.h,v 1.
2 1996/07/15 19:32:33
scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -457,6 +457,8 @@ DATA(insert OID = 1228 ( "~*" PGUID 0 b t f 25 25 16 0 1229 0 0 texti
DATA
(
insert
OID
=
1229
(
"!~*"
PGUID
0
b
t
f
25
25
16
0
1228
0
0
texticregexne
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1230
(
"~*"
PGUID
0
b
t
f
20
25
16
0
1231
0
0
char16icregexeq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1231
(
"!~*"
PGUID
0
b
t
f
20
25
16
0
1230
0
0
char16icregexne
neqsel
neqjoinsel
));
DATA
(
insert
OID
=
1232
(
"~*"
PGUID
0
b
t
f
1043
25
16
0
1233
0
0
texticregexeq
eqsel
eqjoinsel
));
DATA
(
insert
OID
=
1233
(
"!~*"
PGUID
0
b
t
f
1043
25
16
0
1232
0
0
texticregexne
neqsel
neqjoinsel
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment