Skip to content

Commit 0118d07

Browse files
authored
docs: be more specific about how EQL is organised
1 parent 8fa121c commit 0118d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SUPABASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Supabase [does not currently support](https://github.com/supabase/supautils/issues/72) custom operators.
77
The EQL operator functions can be used in this situation.
88

9-
PostgreSQL operators are essentially an alias for the equivalent function, so the implementation and behaviour remains the same.
9+
In EQL, PostgreSQL operators are an alias for a function, so the implementation and behaviour remains the same across operators and functions.
1010

1111
| Operator | Function | Example |
1212
| -------- | -------------------------------------------------- | ----------------------------------------------------------------- |

0 commit comments

Comments
 (0)