From 77715dcabf297aaca54c877102229aec4a631d96 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 18 Feb 2024 18:00:07 +0100 Subject: [PATCH] docs: Rename remaining instances of computed columns to computed fields Resolves https://github.com/PostgREST/postgrest-docs/issues/368 --- docs/references/api/computed_fields.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/api/computed_fields.rst b/docs/references/api/computed_fields.rst index c7b7b6512..4b5afe3a4 100644 --- a/docs/references/api/computed_fields.rst +++ b/docs/references/api/computed_fields.rst @@ -66,7 +66,7 @@ Ordering on Computed Fields .. 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. When placing the computed column in the :ref:`exposed schema ` you can use an **unnamed** parameter, as in the example above, to prevent it from being exposed as an :ref:`RPC ` under ``/rpc``. + Computed fields 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 field in the :ref:`exposed schema ` you can use an **unnamed** parameter, as in the example above, to prevent it from being exposed as an :ref:`RPC ` under ``/rpc``. .. note::