Allow returning XML

This commit is contained in:
Franz-Josef Färber
2022-05-05 10:57:38 -05:00
committed by Steve Chavez
parent 9c23ac2f39
commit 6e24e23b4b
4 changed files with 46 additions and 51 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Added
* Bulk calling an RPC is now allowed. See :ref:`bulk_call`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* It's now possible to request a ``text/plain`` output. See :ref:`plain_text_output`.
* It's now possible to request a ``text/plain`` output. See :ref:`scalar_return_formats`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Config option for specifying PostgREST database pool timeout. See :ref:`db-pool-timeout`.