Add hint on how to prevent exposing computed columns as RPCs

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-02-28 13:14:53 +01:00
committed by Wolfgang Walther
parent 4aff0caa59
commit e9ef876433
+1 -1
View File
@@ -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 <db-schemas>` or in a schema in the :ref:`extra search path <db-extra-search-path>` to be used in this way.
Computed columns must be created in the :ref:`exposed schema <db-schemas>` or in a schema in the :ref:`extra search path <db-extra-search-path>` to be used in this way. When placing the computed column in the :ref:`exposed schema <db-schemas>` you can use an **unnamed** argument, as in the example above, to prevent it from being exposed as an :ref:`RPC <s_procs>` under ``/rpc``.
Unicode support
---------------