Changeset 2266 for pykota/trunk/docs

Show
Ignore:
Timestamp:
05/21/05 00:40:21 (19 years ago)
Author:
jerome
Message:

Now dumpykota and dumpykota.cgi accept start= and end=
to specify the starting and ending dates when dumping the
history.
Syntax allowed is :

start|end=YYYY[MM[DD[hh[mm[ss]]]]]

and this is REALLY powerful !

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/dumpykota.sgml

    r2236 r2266  
    6060    be ANDed together to select only certain records in the database. 
    6161    For example the filter expression <literal>username=jerome</literal> 
    62     would only dump datas pertaining to user <literal>jerome</literal>. 
     62    would only dump datas pertaining to user <literal>jerome</literal> 
     63    while the filter expression <literal>start=2005</literal> used 
     64    when dumping the history would only dump jobs printed during 
     65    the year <literal>2005</literal>. 
    6366  </para> 
    6467   
     
    6669    Several keys like <literal>username</literal> are possible, but some 
    6770    only apply to certain data types. Using a key which is not supported 
    68     for a particular data type will return an empty result. 
     71    for a particular data type may return an incorrect result. 
    6972    <tip><title>Tip</title> 
    7073      <para>