pqa - pqa: Add a crude SQL error report This patch introduces a new

From: tfavier(at)pgfoundry(dot)org (User Tfavier)
To: pgsql-committers(at)postgresql(dot)org
Subject: pqa - pqa: Add a crude SQL error report This patch introduces a new
Date: 2005-02-24 21:30:24
Message-ID: 20050224213024.87B99AAD877@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a crude SQL error report

This patch introduces a new flag '-errors' that publish a full log of all
SQL errors.

Errors are not normalize and the log does not (yet) tries to make errors
unique.

Modified Files:
--------------
pqa/lib:
pqa.rb (r1.82 -> r1.83)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.82&r2=1.83)

Browse pgsql-committers by date

  From Date Subject
Next Message User Tfavier 2005-02-24 22:17:35 pqa - pqa: Choose your reports from command line Adds the ability to
Previous Message Bruce Momjian 2005-02-24 14:14:41 pgsql: Done: > o -Change PL/PgSQL to use palloc() instead of malloc()