man8db/val_report

Table of Contents

Name

val_report - AccelNET data validation report generator

Synopsis

val_report < list_of_tuples > v_report

Description

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 |.

Input tuple format

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.

Examples


#
# produce report
#
psql -d valdb -qt -f program.qry | val_report > val.lst

Manual page revision

$Id: val_report.8,v 1.0 1999/07/01 11:13:07 kitchen Exp $


Table of Contents