Update README.md

Added "Since" for the security row level PostgreSQL has it since 9.5
This commit is contained in:
Yvan
2020-11-21 15:50:27 -05:00
committed by Steve Chavez
parent 944efb3a6a
commit 0d5520d91d
+1 -1
View File
@@ -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