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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http_request
The inner http function fails with
http
type http_request does not exist
If the extension is created in a schema that is not on the executing role's search_path due to this unqualified type reference
search_path
pgsql-http/http--1.5.sql
Line 59 in fc58751
Updating it to
CREATE OR REPLACE FUNCTION http(request @extschema@.http_request)
resolved the issue
The text was updated successfully, but these errors were encountered:
ecfe810
No branches or pull requests
The inner
http
function fails withIf the extension is created in a schema that is not on the executing role's
search_path
due to this unqualified type referencepgsql-http/http--1.5.sql
Line 59 in fc58751
Updating it to
resolved the issue
The text was updated successfully, but these errors were encountered: