Drop support for PG 9.5.
Related: https://github.com/PostgREST/postgrest/pull/2038
This commit is contained in:
committed by
Wolfgang Walther
parent
35d9b98bff
commit
9eac683e51
@@ -65,7 +65,7 @@ You can use row-level security to flexibly restrict visibility and access for th
|
||||
|
||||
We want to enforce a policy that ensures a user can see only those messages sent by him or intended for him. Also we want to prevent a user from forging the message_from column with another person's name.
|
||||
|
||||
PostgreSQL (9.5 and later) allows us to set this policy with row-level security:
|
||||
PostgreSQL allows us to set this policy with row-level security:
|
||||
|
||||
.. code-block:: postgres
|
||||
|
||||
|
||||
Reference in New Issue
Block a user