function http_header(unknown, unknown) does not exist #29186
Unanswered
JakovGlavac
asked this question in
Questions
Replies: 1 comment 4 replies
-
Did you install the http extension into the extensions schema? Also normally the search path goes in the function parameters definition section like: $$ language plpgsql
set search_path = extensions, storage, pg_temp; But it may work in the plpgsql code, I've just not seen or done that. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm trying to create a simple function that will call post request. But i'm getting an error
function http_header(unknown, unknown) does not exist
. I've found a post fixing simular issuse but it didnt help. I dont know if i'm doing somthing wrong?Beta Was this translation helpful? Give feedback.
All reactions