From: Daniele Varrazzo Date: Sat, 4 Oct 2025 16:46:17 +0000 (+0200) Subject: docs: drop `pq.error_message()` function from public docs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd6d50bc8cbbe424000e5a4af728c336c5d01c87;p=thirdparty%2Fpsycopg.git docs: drop `pq.error_message()` function from public docs There should be no need for this function to be used by end users. --- diff --git a/docs/api/pq.rst b/docs/api/pq.rst index 6b74a33fe..b6aef68cb 100644 --- a/docs/api/pq.rst +++ b/docs/api/pq.rst @@ -74,8 +74,6 @@ Module content .. autodata:: __build_version__ -.. autofunction:: error_message - Objects wrapping libpq structures and functions -----------------------------------------------