Y
Hacker News
new
|
ask
|
show
|
jobs
by
john2360
659 days ago
John here. Interesting! So, this is a per-session variable? Right now, we provide our customers with full logical separation in the same cluster. Do you have a preference for RLS or logical separation?
1 comments
andrewstuart
659 days ago
I used RLS in Django by intercepting all outbound SQL and wrapping each statement in the commands to set the Postgres variable.
Note that a Postgres environment variable is not an operating system environment variable.
link
Note that a Postgres environment variable is not an operating system environment variable.