Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Every new query is a new connection

> users are a connection level concept

That is not true. There are users in the db that do not have login privileges.

PostgREST connects in with only one user (authenticator), then for each authenticated request it does `set local role alice` within a transaction, where alice is a db user with no login privileges.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: