I created the schema in advance and connected to neon with the search_path
parameter
But all subsequent queries were against the public
schema.
I tried connecting with psql
, but got an error invalid URI query parameter
.
# pql postgres://<user_name>:<password>@ep-rough-salad-99491047.us-east-2.aws.neon.tech/sampledb?search_path=sample_schema
psql: error: invalid URI query parameter: "search_path"
The same specification works for postgres running locally. How do I specify schema in neon?