From: Eric Bollengier Date: Tue, 22 Sep 2009 21:20:41 +0000 (+0200) Subject: tweak comment X-Git-Tag: Release-7.0.0~2616^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e491ea34b1c83ee3040317e4540df2a7a6d54447;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); --