You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/references/api/functions.rst
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,10 +131,6 @@ For this the ``Content-Type: application/json`` header must be included in the r
131
131
132
132
If an overloaded function has a single ``json`` or ``jsonb`` unnamed parameter, PostgREST will call this function as a fallback provided that no other overloaded function is found with the parameters sent in the POST request.
133
133
134
-
.. warning::
135
-
136
-
Sending the JSON request body as a single argument is also possible with :ref:`Prefer: params=single-object <prefer_params>` but this method is **deprecated**.
let relIdentifier =QualifiedIdentifier pdSchema (fromMaybe pdName $Routine.funcTableName proc) -- done so a set returning function can embed other relations
0 commit comments