You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learned from PostgREST that this is by design, and it will only accept a single unnamed parameter. I will need to wrap the PostGIS and pgRouting functions in my own wrapper functions to take a single json argument
Bug report
Describe the bug
Given the function:
then calling it via:
results in this message:
If I recompile the function to take no parameters, I can call it fine.
To Reproduce
Create a function:
NOTIFY pgrst, 'reload schema';
Call the function from pgAdmin:
select hello_world(5,7);
Call from Javascript app:
Expected behavior
To be able to pass multiple unnamed parameters to a function via an array in the
rpc
methodSystem information
The text was updated successfully, but these errors were encountered: