Dynamically loading pgrst.db_schemas in cloud hosted environments for non super users #2552
-
Need some help in figuring out an approach to update postgrest server with db schema changes. What I'd want: Issue: Trying to set parameter with: will result in:
Is there any workaround for this that can be used? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
What about |
Beta Was this translation helpful? Give feedback.
-
Just bouncing off ideas, not sure about how applicable it might be as I'm new to Postgres DB configuration and PostgREST.
FYI, on AWS the user created as such: |
Beta Was this translation helpful? Give feedback.
@thomasjungblut Some options for the
pre-config
:tenant_
, you could do:CREATE SCHEMA mine AUTHORIZATION joe
: