]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: document PGconn.change_password() 774/head
authorDenis Laxalde <denis.laxalde@dalibo.com>
Mon, 1 Jul 2024 06:28:15 +0000 (08:28 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Jul 2024 09:08:17 +0000 (11:08 +0200)
docs/api/pq.rst

index 1817fd89574300b96fbf9099ec2c77bc6beabb12..cb500eff70f1f11d6fafe7457e45577283e6c3df 100644 (file)
@@ -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