From cb4ffe0a8d04c067101359333059e7f9e3c3d5c6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 22 Sep 2009 23:20:41 +0200 Subject: [PATCH] tweak comment --- bacula/src/cats/make_postgresql_tables.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- -- 2.39.5