]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/postgresql.tex
main ok but web
[bacula/docs] / docs / manuals / en / main / postgresql.tex
index d9c1cd7d41d7f425d7e80fa104073c5a83ad8fc2..66dcdcb0a6394a8103195ff7f1ddc9a771ad45c9 100644 (file)
@@ -19,20 +19,20 @@ useless because none of the new tools can access it due to the format
 change, and the PostgreSQL server will not be able to start.
 
 If you are building PostgreSQL from source, please be sure to add
-the {\bf \verb:--:enable-thread-safety} option when doing the ./configure
+the {\bf \lstinline:--:enable-thread-safety} option when doing the ./configure
 for PostgreSQL.
 
 \section{Installing PostgreSQL}
 \index[general]{PostgreSQL!Installing }
 
-If you use the {\bf ./configure \verb:--:with-postgresql=PostgreSQL-Directory}
+If you use the {\bf ./configure \lstinline:--:with-postgresql=PostgreSQL-Directory}
 statement for configuring {\bf Bacula}, you will need PostgreSQL version 7.4
 or later installed. NOTE! PostgreSQL versions earlier than 7.4 do not work
 with Bacula. If PostgreSQL is installed in the standard system location, you
-need only enter {\bf \verb:--:with-postgresql} since the configure program will
+need only enter {\bf \lstinline:--:with-postgresql} since the configure program will
 search all the standard locations. If you install PostgreSQL in your home
 directory or some other non-standard directory, you will need to provide the
-full path with the {\bf \verb:--:with-postgresql} option.
+full path with the {\bf \lstinline:--:with-postgresql} option.
 
 Installing and configuring PostgreSQL is not difficult but can be confusing
 the first time. If you prefer, you may want to use a package provided by your
@@ -50,7 +50,7 @@ useful configuration and setup information.
 
 If you configure the Batch Insert code in Bacula (attribute inserts are
 10 times faster), you {\bf must} be using a PostgreSQL that was built with
-the {\bf \verb:--:enable-thread-safety} option, otherwise you will get
+the {\bf \lstinline:--:enable-thread-safety} option, otherwise you will get
 data corruption. Most major Linux distros have thread safety turned on, but
 it is better to check.  One way is to see if the PostgreSQL library that
 Bacula will be linked against references pthreads.  This can be done
@@ -91,7 +91,7 @@ a running PostgreSQL, and you should have configured, built and installed {\bf
 Bacula}. If not, please complete these items before proceeding.
 
 Please note that the {\bf ./configure} used to build {\bf Bacula} will need to
-include {\bf \verb:--:with-postgresql=PostgreSQL-directory}, where {\bf
+include {\bf \lstinline:--:with-postgresql=PostgreSQL-directory}, where {\bf
 PostgreSQL-directory} is the directory name that you specified on the
 ./configure command for configuring PostgreSQL (if you didn't specify a
 directory or PostgreSQL is installed in a default location, you do not need to