summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/postgres/fields.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index d52a771315..870c8e5fb4 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -358,6 +358,13 @@ You can chain other lookups after key lookups::
If the key you wish to query by clashes with the name of another lookup, you
need to use the :lookup:`hstorefield.contains` lookup instead.
+.. note::
+
+ Key transforms can also be chained with: :lookup:`contains`,
+ :lookup:`icontains`, :lookup:`endswith`, :lookup:`iendswith`,
+ :lookup:`iexact`, :lookup:`regex`, :lookup:`iregex`, :lookup:`startswith`,
+ and :lookup:`istartswith` lookups.
+
.. warning::
Since any string could be a key in a hstore value, any lookup other than