Skip to content

Stored procedures and private schema #547

Answered by steve-chavez
shorn asked this question in Questions
Discussion options

You must be logged in to vote

Can you try creating a function instead of a procedure? Do create or replace function instead of create or replace procedure.

Procedures have some limitations for now(can't do nested transactions, for one) and they're not supported.

Also, I'd recommend sticking to functions, they have more flexible RETURN types.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@shorn
Comment options

@steve-chavez
Comment options

@shorn
Comment options

Answer selected by shorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants