From c495375e210d6876586c1d3bce85d7c2a840c59d Mon Sep 17 00:00:00 2001 From: Frank Sweetser Date: Fri, 21 Jul 2006 15:22:58 +0000 Subject: [PATCH] Escape a couple of missed underscores. --- docs/manual/postgresql.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/postgresql.tex b/docs/manual/postgresql.tex index 0dfbae3b..ef75ab7f 100644 --- a/docs/manual/postgresql.tex +++ b/docs/manual/postgresql.tex @@ -143,7 +143,7 @@ PostgreSQL-directory/bin/psql --command \\dp bacula \normalsize Also, I had an authorization problem with the password. In the end, -I had to modify my {\bf pg_hba.conf} file (in /var/lib/pgsql/data on my machine) +I had to modify my {\bf pg\_hba.conf} file (in /var/lib/pgsql/data on my machine) from: \footnotesize @@ -159,7 +159,7 @@ to do from a security standpoint. However, it allowed me to run my regression scripts without having a password. A more secure way to perform database authentication is with md5 -password hashes. Begin by editing the {\bf pg_hba.conf} file, and +password hashes. Begin by editing the {\bf pg\_hba.conf} file, and just prior the the existing ``local'' and ``host'' lines, add the line: \footnotesize -- 2.39.5