Skip to content
New issue

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

Can't install into Schema #122

Closed
fjf2002 opened this issue Mar 15, 2021 · 0 comments
Closed

Can't install into Schema #122

fjf2002 opened this issue Mar 15, 2021 · 0 comments

Comments

@fjf2002
Copy link

fjf2002 commented Mar 15, 2021

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:

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant