references: move raise error to errors page

This commit is contained in:
steve-chavez
2023-06-03 00:20:21 -05:00
committed by Steve Chavez
parent 48365188ad
commit a7ff2294ac
3 changed files with 61 additions and 60 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Stored Procedures
*"A single resource can be the equivalent of a database stored procedure, with the power to abstract state changes over any number of storage items"* -- `Roy T. Fielding <http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven#comment-743>`_
Every stored procedure in the :ref:`exposed schema <schemas>` and accessible by the :ref:`active database role <roles>` is executable under the :code:`/rpc` prefix. Procedures can perform any operations allowed by PostgreSQL (read data, modify data, and even DDL operations).
Every stored procedure in the :ref:`exposed schema <schemas>` and accessible by the :ref:`active database role <roles>` is executable under the :code:`/rpc` prefix. Procedures can perform any operations allowed by PostgreSQL (read data, modify data, :ref:`raise errors <raise_error>`, and even DDL operations).
If they return table types, Stored Procedures can: