add isdistinct

This commit is contained in:
steve-chavez
2023-05-11 01:37:50 -03:00
committed by Steve Chavez
parent c56108b8a9
commit 0bd43663fc
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ in :code:`IN` one of a list of values, e.g. :code:`?a=
also supports commas in quoted strings like
:code:`?a=in.("hi,there","yes,you")`
is :code:`IS` checking for exact equality (null,true,false,unknown)
isdistinct :code:`IS DISTINCT FROM` not equal, treating :code:`NULL` as a comparable value
fts :code:`@@` :ref:`fts` using to_tsquery
plfts :code:`@@` :ref:`fts` using plainto_tsquery
phfts :code:`@@` :ref:`fts` using phraseto_tsquery
+5
View File
@@ -4,6 +4,11 @@
Features
--------
Horizontal Filtering
~~~~~~~~~~~~~~~~~~~~
- New ``isdistinct`` :ref:`operator <operators>`. It is a direct translation of `IS DINTINCT FROM <https://www.postgresql.org/docs/current/functions-comparison.html#FUNCTIONS-COMPARISON-PRED-TABLE>`_.
Documentation improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~
+1
View File
@@ -67,6 +67,7 @@ ilike
imatch
io
IP
isdistinct
JS
js
JSON