From: Denis Laxalde Date: Mon, 1 Jul 2024 06:28:15 +0000 (+0200) Subject: docs: document PGconn.change_password() X-Git-Tag: 3.2.2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F774%2Fhead;p=thirdparty%2Fpsycopg.git docs: document PGconn.change_password() --- diff --git a/docs/api/pq.rst b/docs/api/pq.rst index 1817fd895..cb500eff7 100644 --- a/docs/api/pq.rst +++ b/docs/api/pq.rst @@ -100,7 +100,7 @@ Objects wrapping libpq structures and functions >>> encrypted = conn.pgconn.encrypt_password(password.encode(enc), rolename.encode(enc)) b'SCRAM-SHA-256$4096:... - .. .. automethod:: change_password FIXME: needs libpq 17's docs + .. automethod:: change_password .. automethod:: trace .. automethod:: set_trace_flags