We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
I appreciate this extension, and I am currently getting used to it.
Usually I install extensions into their own schemas, to "sort things out" and avoid confusion. When doing
CREATE EXTENSION http WITH SCHEMA ext_http;
This completes successfully, but calling functions, e. g. http, results in:
http
SQL-Fehler [42704]: FEHLER: Typ »http_request« existiert nicht
.. which translates to "ERROR: Type »http_request« does not exist"
Could you fully support installing into a schema?
My current workaround is
ALTER DATABASE :DBNAME SET search_path TO ext_http,<more_schemas...>,public;
Thank you, Regards, fjf2002
The text was updated successfully, but these errors were encountered:
68396fe
No branches or pull requests
Hello,
I appreciate this extension, and I am currently getting used to it.
Usually I install extensions into their own schemas, to "sort things out" and avoid confusion. When doing
This completes successfully, but calling functions, e. g.
http
, results in:.. which translates to "ERROR: Type »http_request« does not exist"
Could you fully support installing into a schema?
My current workaround is
Thank you,
Regards,
fjf2002
The text was updated successfully, but these errors were encountered: