Closed YAmikep closed 1 year ago
Nevermind, I think I found the answer by looking at the tests.
It seems to be the with ?currentSchema=otherschema
.
It might still be worth adding it to the main doc now that more people will look for it with postgresql 15.
With PostgreSQL 15, we must add the following to the DB setting in django: (see this for more info)
I see that
dj-database-url
already has a way to add it but what is the syntax? For example, if I havepostgres://USER:PASSWORD@HOST:PORT/NAME
, how do I add the schema definition?It would be nice to add this to the doc.
Thank you