pgfouine - pgfouine: applied [#1010669] Add a '-quiet' option so

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: applied [#1010669] Add a '-quiet' option so
Date: 2009-09-01 20:47:40
Message-ID: 20090901204740.C1CCB10724BB@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
applied [#1010669] Add a '-quiet' option so unrecognised lines are not displayed by Chris Smith

Modified Files:
--------------
pgfouine/include/postgresql/parsers:
PostgreSQLParser.class.php (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/PostgreSQLParser.class.php?r1=1.25&r2=1.26)
pgfouine:
ChangeLog (r1.92 -> r1.93)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog?r1=1.92&r2=1.93)
pgfouine.php (r1.63 -> r1.64)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php?r1=1.63&r2=1.64)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-02 02:40:52 pgsql: Fix pg_ctl's readfile() to not go into infinite loop on an empty
Previous Message User H-saito 2009-09-01 14:33:07 psqlodbc - psqlodbc: check of the SQLLEN definition by the unixODBC