diff --git a/docs/references/api/functions.rst b/docs/references/api/functions.rst index cb7bb4cc3..28db5e653 100644 --- a/docs/references/api/functions.rst +++ b/docs/references/api/functions.rst @@ -16,6 +16,10 @@ If they return table types, functions can: Why the ``/rpc`` prefix? PostgreSQL allows a table or view to have the same name as a function. The prefix allows us to avoid routes collisions. +.. warning:: + + `Stored Procedures `_ are not supported. + Calling with POST -----------------