references: prepared statements mention

This commit is contained in:
steve-chavez
2023-06-07 19:56:05 -05:00
committed by Steve Chavez
parent c62d24c993
commit 188461af7d
+1 -1
View File
@@ -235,7 +235,7 @@ If the status code is standard, PostgREST will complete the status message(**I'm
Main query
----------
The main query is produced by requesting :ref:`tables_views` or :ref:`s_procs`.
The main query is generated by requesting :ref:`tables_views` or :ref:`s_procs`. All generated queries use prepared statements(:ref:`db-prepared-statements`).
Transaction End
---------------