From 4d6909a08f654628458855776e17b5f1c28037fa Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 3 Feb 2022 08:05:01 +0100 Subject: [PATCH] Mention computed columns can be on the extra search path. Signed-off-by: Wolfgang Walther --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 92dd04fbe..a95f1118c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -396,7 +396,7 @@ As mentioned, computed columns do not appear in the output by default. However y .. important:: - Computed columns must be created under the :ref:`exposed schema ` to be used in this way. + Computed columns must be created in the :ref:`exposed schema ` or in a schema in the :ref:`extra search path ` to be used in this way. Unicode support ---------------