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 8fa121c commit 0118d07Copy full SHA for 0118d07
SUPABASE.md
@@ -6,7 +6,7 @@
6
Supabase [does not currently support](https://github.com/supabase/supautils/issues/72) custom operators.
7
The EQL operator functions can be used in this situation.
8
9
-PostgreSQL operators are essentially an alias for the equivalent function, so the implementation and behaviour remains the same.
+In EQL, PostgreSQL operators are an alias for a function, so the implementation and behaviour remains the same across operators and functions.
10
11
| Operator | Function | Example |
12
| -------- | -------------------------------------------------- | ----------------------------------------------------------------- |
0 commit comments