Skip to content

Unable to Call Stored Procedure from Postman #1742

Discussion options

You must be logged in to vote

For reference: #1210.

Postgres 11 procedures have limitations, AFAICT you don't need them unless you want to start a transaction inside them. So changing your proc to a function should work fine - CREATE FUNCTION instead of CREATE PROCEDURE.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wolfgangwalther
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1739 on January 25, 2021 15:20.