Update README.md
Added "Since" for the security row level PostgreSQL has it since 9.5
This commit is contained in:
@@ -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
|
forms of authentication can be built on top of the JWT primitive. See
|
||||||
the docs for more information.
|
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).
|
security](http://www.postgresql.org/docs/9.5/static/ddl-rowsecurity.html).
|
||||||
In previous versions it can be simulated with triggers and
|
In previous versions it can be simulated with triggers and
|
||||||
security-barrier views. Because the possible queries to the database
|
security-barrier views. Because the possible queries to the database
|
||||||
|
|||||||
Reference in New Issue
Block a user