From c42660977b0720bb60a95792b4d112f3c4e8f946 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 29 Jan 2010 09:38:04 +0100 Subject: [PATCH] Document the empty query file --- bacula/src/dird/query.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/dird/query.sql b/bacula/src/dird/query.sql index aa0600eede..d85277549e 100644 --- a/bacula/src/dird/query.sql +++ b/bacula/src/dird/query.sql @@ -2,3 +2,6 @@ # See the file /examples/sample-query.sql # for some sample queries. # +# 1 +:The default file is empty, see /examples/sample-query.sql for samples +SELECT 'See /examples/sample-query.sql for samples' AS Info; -- 2.39.5