diff --git a/docs/references/api/url_grammar.rst b/docs/references/api/url_grammar.rst index 433c2b014..40b55541e 100644 --- a/docs/references/api/url_grammar.rst +++ b/docs/references/api/url_grammar.rst @@ -14,7 +14,7 @@ Custom Queries The PostgREST URL grammar limits the kinds of queries clients can perform. It prevents arbitrary, potentially poorly constructed and slow client queries. It's good for quality of service, but means database administrators must create custom views and functions to provide richer endpoints. The most common causes for custom endpoints are -* Table unions +* SET operators like `UNION, INTERSECT and EXCEPT `_. * More complicated joins than those provided by :ref:`resource_embedding`. * Geo-spatial queries that require an argument, like "points near (lat,lon)"