Table of Contents
val_report - AccelNET data validation report generator
val_report
< list_of_tuples > v_report
This programs formulates a report
listing all of the programs and manual manual pages making up AccelNET.
A set of SQL queries and other tools are used to extract the necessary
information from the database and massage it into a form suitable for use
with this program.
The input should contain one tuple per line. Lines are
terminated by a newline. Fields within a tuple are separated by a |.
The following fields from the
item, revision and
comp_revision
tables are used and appear as input to this program in this order:
comp_revision.release_level,
item.type, item.name, comp_revision.comp_name, revision.checksum, revision.size,
comp_revision.revision_level, comp_revision.revision_date, comp_revision.author,
and
item.description.
#
# produce report
#
psql -d valdb -qt -f program.qry | val_report > val.lst
$Id: val_report.8,v 1.0 1999/07/01 11:13:07 kitchen Exp
$
Table of Contents