From 505f4fc05cf554dce19bdf83023aacea5b1ece17 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 12 Feb 2010 09:53:17 +0100 Subject: [PATCH] Add more doc in sample-query.sql --- bacula/examples/sample-query.sql | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bacula/examples/sample-query.sql b/bacula/examples/sample-query.sql index 036d4ae9d0..5863713d38 100644 --- a/bacula/examples/sample-query.sql +++ b/bacula/examples/sample-query.sql @@ -2,11 +2,14 @@ # This file contains sample queries that you can possibly use in # your query.sql file. However, please note that these examples # are not supported. They may or may not work -- in fact, they may -# work with one SQL engine and not another. +# work with one SQL engine and not another. As a consequence, +# please do not submit bug reports on either query.sql or +# sample-query.sql # # If you find that they work for MySQL and not for PostgreSQL, # then please send us a whole new file corrected for PostgreSQL -# and we will post it here for everyone to use. +# and we will post it in the examples directory for everyone +# to use. # # 1 @@ -237,4 +240,3 @@ Start, sum(JobFiles) AS Files,sum(JobBytes) AS Bytes GROUP by VolumeName, Job.JobID, Job.Name, Job.StartTime ORDER by JobName, Start; - -- 2.39.5