Anyone have ever built an application utilising row level security?
In old-school systems you normally have one database user and a connection pool set up in the app with that user. Row level access is handeld with join tables to sort out what data is accessible for the specific users (sent as parameter to most queries).
With row-level security you would crate a db-user for each application user and also its own connection pool?