Drop support for PG 9.5.

Related: https://github.com/PostgREST/postgrest/pull/2038
This commit is contained in:
Wolfgang Walther
2021-11-24 19:43:26 +01:00
committed by Wolfgang Walther
parent 35d9b98bff
commit 9eac683e51
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -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