summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-04-28 19:35:05 +0100
committerGitHub <noreply@github.com>2021-04-28 20:35:05 +0200
commit68e876c0953f882e54dddd49ef727f9e38e2d0d1 (patch)
tree50d1b7aa29122d3235e6e9aa904e75a520447b9b /docs
parentc8b659430556dca0b2fe27cf2ea0f8290dbafecd (diff)
Corrected introduction to range field lookups docs.
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/postgres/fields.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index 7447d0819e..606aa5ba65 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -711,8 +711,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