From: Peter Eisentraut Date: Thu, 14 Dec 2017 19:14:34 +0000 (-0500) Subject: doc: Fix duplicate target name X-Git-Tag: pgbouncer_1_8~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13129e9761a92365dc8627015a577311c4460382;p=pgbouncer doc: Fix duplicate target name Since there are two sections called "auth_user", we need to make one of them an explicit target so we can link to it. --- diff --git a/doc/config.rst b/doc/config.rst index 292122d..b904bc6 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -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 ---------