diff options
| author | Adam Johnson <me@adamj.eu> | 2021-04-28 19:35:05 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-28 20:35:28 +0200 |
| commit | 263ee4434fe814ee15ef231549273f16d7fad520 (patch) | |
| tree | 451866a665b239491cb3e530b34988ff9004083b | |
| parent | d5add5d3a26f98e961dfbcad67bb04d936f2f332 (diff) | |
[3.2.x] Corrected introduction to range field lookups docs.
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44.
Backport of 68e876c0953f882e54dddd49ef727f9e38e2d0d1 from main
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index ca52df38b6..d52a771315 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -772,8 +772,7 @@ The returned ranges share a bound with the passed range. Querying using the bounds ~~~~~~~~~~~~~~~~~~~~~~~~~ -There are three transforms available for use in queries. You can extract the -lower or upper bound, or query based on emptiness. +Range fields support several extra lookups. .. fieldlookup:: rangefield.startswith |
