Re: [GENERAL] Logging duration of batch runs

2004-06-23 Thread Richard Huxton
Christian Kratzer wrote: Hi, I have a stored procedure run periodically that assign accounting records to their respective customers based on username and other criteria. It also does all kinds of validation work on the accounting records. I would have liked to have the procedure log start and st

Re: [GENERAL] Logging duration of batch runs

2004-06-23 Thread Christian Kratzer
Hi, j On Wed, 23 Jun 2004, Martijn van Oosterhout wrote: On Wed, Jun 23, 2004 at 12:49:19PM +0200, Christian Kratzer wrote: Hi, I have a stored procedure run periodically that assign accounting records to their respective customers based on username and other criteria. It also does all kinds of val

Re: [GENERAL] Logging duration of batch runs

2004-06-23 Thread Martijn van Oosterhout
On Wed, Jun 23, 2004 at 12:49:19PM +0200, Christian Kratzer wrote: > Hi, > > I have a stored procedure run periodically that assign accounting records > to their respective customers based on username and other criteria. > It also does all kinds of validation work on the accounting records. > >