]> granicus.if.org Git - pgbouncer/commitdiff
doc: Fix duplicate target name
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Dec 2017 19:14:34 +0000 (14:14 -0500)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Dec 2017 19:14:34 +0000 (14:14 -0500)
Since there are two sections called "auth_user", we need to make one of
them an explicit target so we can link to it.

doc/config.rst

index 292122db40a68df73f0b79af5730c0e54b3f0cfe..b904bc6627ce61f04e03d812166c75b6e2457642 100644 (file)
@@ -149,6 +149,8 @@ is used it needs to be installed into each database.
 
 Default: ``SELECT usename, passwd FROM pg_shadow WHERE usename=$1``
 
+.. _auth_user:
+
 auth_user
 ---------