Session log for psql - Mailing list pgsql-patches

From lsunley@mb.sympatico.ca
Subject Session log for psql
Date
Msg-id 0I9N0072AZD7RK@l-daemon
Whole thread Raw
List pgsql-patches
Here is a patch that allows psql to create a session log

NOTE - the patch to the makefile is to keep it from constantly building
psql.exe as the target "psql" all by itself is never created as the output
executable on OS/2 and Windows is psql.exe.

The patch provides for a new command line argument -L logfile-name that is
used to turn on session logging with output to the specified file name.
The output from the logging is always appended to an existing file.

The session log records both the query text and the results from the
queries.

Lorne Sunley

--
-----------------------------------------------------------
lsunley@mb.sympatico.ca
-----------------------------------------------------------

Attachment

pgsql-patches by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Allow pooled connections to list all prepared queries
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Bgwriter behavior