Skip to content

Private stored procedures #2224

Discussion options

You must be logged in to vote

Hey @Nick-Mazuk,

All functions in the public schema will be exposed through RPC. To keep them private, you can create them on another schema. Like:

create schema private; -- can be any name
create or replace function private.my_func(..)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Nick-Mazuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants