docs: fix functions link in api/preferences

External link syntax was used instead of internal reference.
This commit is contained in:
Wolfgang Walther
2025-05-28 09:15:50 +02:00
parent f899957675
commit c48b6bc85b
+1 -1
View File
@@ -265,7 +265,7 @@ To illustrate the use of this preference, consider the following scenario where
"hint": null
}
With `RPC <functions>`_, the preference is honored completely on the basis of the number of rows returned in the result set of the function. This can be useful for complex mutation queries using `data-modifying statements <https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-MODIFYING>`_. A simple example:
With :ref:`RPC <functions>`, the preference is honored completely on the basis of the number of rows returned in the result set of the function. This can be useful for complex mutation queries using `data-modifying statements <https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-MODIFYING>`_. A simple example:
.. code-block:: postgres