projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d48d89
)
Add ILIKE operators ~~*, !~~* to documentation.
author
Tom Lane
Fri, 15 Sep 2000 20:20:11 +0000
(20:20 +0000)
committer
Tom Lane
Fri, 15 Sep 2000 20:20:11 +0000
(20:20 +0000)
doc/src/sgml/oper.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/oper.sgml
b/doc/src/sgml/oper.sgml
index e51deef0a9dddf317600522c527f04128a8913b1..7f38294530ce15b02a79634ac6a07dfe19859cf4 100644
(file)
--- a/
doc/src/sgml/oper.sgml
+++ b/
doc/src/sgml/oper.sgml
@@
-1,5
+1,5
@@
@@
-381,6
+381,16
@@
logical union
NOT LIKE
'bruce' !~~ '%al%'
+
+
~~*
+
ILIKE
+
'scrappy,marc,hermit' ~~* '%Scrappy%'
+
+
+
!~~*
+
NOT ILIKE
+
'Bruce' !~~* '%al%'
+
~
Match (regex), case sensitive