-
I have developed an rpc with postgrest. I pass it a single json parameter and It was working great. And then, all of a sudden, I now need to include the header via curl -H ‘Prefer: params=single-object’. How do I get this working again without this header? Please help! |
Beta Was this translation helpful? Give feedback.
Answered by
gettes
Sep 27, 2023
Replies: 1 comment 3 replies
-
Share the steps to reproduce the issue: minimal SQL definition plus how you make the request to PostgREST and the response body (curl snippet). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, I confused myself with variations on the function call and needed to restart postgrest to have it pick up the schema changes. Sorry for bothering you and THANK YOU so much for the prompt reply.