From 0d5520d91d6fcb895c209dec3329406d027d7736 Mon Sep 17 00:00:00 2001 From: Yvan Date: Sat, 21 Nov 2020 19:26:14 +0100 Subject: [PATCH] Update README.md Added "Since" for the security row level PostgreSQL has it since 9.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed09adf0..10172882a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ the connection cannot do anything the user themselves couldn't. Other forms of authentication can be built on top of the JWT primitive. See the docs for more information. -PostgreSQL 9.5 supports true [row-level +Since PostgreSQL 9.5 supports true [row-level security](http://www.postgresql.org/docs/9.5/static/ddl-rowsecurity.html). In previous versions it can be simulated with triggers and security-barrier views. Because the possible queries to the database