]> granicus.if.org Git - pgbouncer/commitdiff
Fix typo
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 3 Aug 2019 07:39:30 +0000 (09:39 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 3 Aug 2019 07:39:30 +0000 (09:39 +0200)
doc/config.md

index b06d6b95cb335ae61708390c2840a1129e5b5adf..da644457f797e63e4954df7f3d2a254db04d6338 100644 (file)
@@ -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 $$