Skip to content

Commit cccf8b7

Browse files
committed
docs: rename to hoisted function settings
1 parent 7af8f81 commit cccf8b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/references/transactions.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,10 @@ However, starting from PostgreSQL 15, you can grant privileges for these setting
284284
285285
GRANT SET ON PARAMETER <setting> TO <authenticator>;
286286
287-
Function Settings
288-
~~~~~~~~~~~~~~~~~
287+
Hoisted Function Settings
288+
~~~~~~~~~~~~~~~~~~~~~~~~~
289289

290-
In addition to :ref:`impersonated_settings`, PostgREST will also apply function settings as transaction-scoped settings. This allows functions settings to override
291-
the impersonated and connection role settings.
290+
PostgREST can "hoist" function settings to transaction-scoped settings. This allows functions settings to override the impersonated and connection role settings.
292291

293292
.. code-block:: postgres
294293
@@ -303,7 +302,7 @@ When calling the above function (see :ref:`functions`), the statement timeout wi
303302

304303
.. note::
305304

306-
Only the transactions that are hoisted by config :ref:`db-hoisted-tx-settings` will be applied.
305+
Only the settings in :ref:`db-hoisted-tx-settings` will be hoisted.
307306

308307
.. _main_query:
309308

0 commit comments

Comments
 (0)