From: Eric Bollengier Date: Tue, 22 Sep 2009 21:20:41 +0000 (+0200) Subject: tweak comment X-Git-Tag: Release-5.0.0~299^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cb4ffe0a8d04c067101359333059e7f9e3c3d5c6;p=bacula%2Fbacula tweak comment --- diff --git a/bacula/src/cats/make_postgresql_tables.in b/bacula/src/cats/make_postgresql_tables.in index f53d6f49a9..91bf1efc47 100644 --- a/bacula/src/cats/make_postgresql_tables.in +++ b/bacula/src/cats/make_postgresql_tables.in @@ -42,9 +42,9 @@ CREATE TABLE file CREATE INDEX file_jpfid_idx on file (jobid, pathid, filenameid); --- If you are running PostgreSQL >= 8.2, you can remove this index +-- If you need performances, you can remove this index -- the database engine is able to use the composite index --- and it increase performances during insertion +-- to find all records with a given JobId CREATE INDEX file_jobid_idx on file(jobid); --