From: Peter Eisentraut Date: Sat, 3 Aug 2019 07:39:30 +0000 (+0200) Subject: Fix typo X-Git-Tag: pgbouncer_1_11_0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8f48d6faab5294088f2b9ac80ced16fa6435418;p=pgbouncer Fix typo --- diff --git a/doc/config.md b/doc/config.md index b06d6b9..da64445 100644 --- a/doc/config.md +++ b/doc/config.md @@ -936,7 +936,7 @@ Database defaults: ; access to destination database will go with single user forcedb = host=127.0.0.1 port=300 user=baz password=foo client_encoding=UNICODE datestyle=ISO -Example of secure function for auth_query: +Example of a secure function for `auth_query`: CREATE OR REPLACE FUNCTION pgbouncer.user_lookup(in i_username text, out uname text, out phash text) RETURNS record AS $$