diff --git a/docs/api.rst b/docs/api.rst index 6856e6e81..ab4f997fb 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -447,7 +447,7 @@ As mentioned, computed columns do not appear in the output by default. However y .. important:: - 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. + 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. When placing the computed column in the :ref:`exposed schema ` you can use an **unnamed** argument, as in the example above, to prevent it from being exposed as an :ref:`RPC ` under ``/rpc``. Unicode support ---------------