split role settings from function settings

Also add doc for GRANT SET ON PARAMETER, see
https://github.com/PostgREST/postgrest/pull/3058.
This commit is contained in:
steve-chavez
2023-11-21 17:49:35 -05:00
committed by Steve Chavez
parent 49e3d2c4b4
commit 475b4601ca
2 changed files with 54 additions and 36 deletions
+4
View File
@@ -39,6 +39,10 @@ The picture below shows how the server handles authentication. If auth succeeds,
This role switching mechanism is called **user impersonation**. In PostgreSQL it's done with the ``SET ROLE`` statement.
.. note::
The impersonated roles will have their settings applied. See :ref:`impersonated_settings`.
.. _jwt_impersonation:
JWT-Based User Impersonation