The following options should be present at least for this converter to work well:
debug_level = 1
debug_print_parse = on
debug_print_query = on
The generic database dlf format is described in database.xml.
$ pgsql2dlf < /var/log/postgresql.log
pgsql2dlf will be rarely used on its own, but is more likely called by lr_log2report:
$ lr_log2report pgsql < /var/log/postgresql.log
This file is part of Lire.
Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html.