We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d48d89 commit e930a9aCopy full SHA for e930a9a
doc/src/sgml/oper.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/oper.sgml,v 1.17 2000/08/12 05:15:24 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/oper.sgml,v 1.18 2000/09/15 20:20:11 tgl Exp $
3
-->
4
5
<Chapter Id="operators">
@@ -381,6 +381,16 @@ logical union
381
<ENTRY>NOT LIKE</ENTRY>
382
<ENTRY>'bruce' !~~ '%al%'</ENTRY>
383
</ROW>
384
+ <ROW>
385
+ <ENTRY> ~~* </ENTRY>
386
+ <ENTRY>ILIKE</ENTRY>
387
+ <ENTRY>'scrappy,marc,hermit' ~~* '%Scrappy%'</ENTRY>
388
+ </ROW>
389
390
+ <ENTRY> !~~* </ENTRY>
391
+ <ENTRY>NOT ILIKE</ENTRY>
392
+ <ENTRY>'Bruce' !~~* '%al%'</ENTRY>
393
394
<ROW>
395
<ENTRY> ~ </ENTRY>
396
<ENTRY>Match (regex), case sensitive</ENTRY>
0 commit comments