Re: [GENERAL] PG Log MultiLine Records

2012-09-21 Thread Albe Laurenz
Arvind Singh wrote: > we have been working on a CSV Log parser application in csharp. > > we recently discovered that certain log entries or records can span across multiple lines. > > in the sense, that the same activity has more detail in subsequent lines. Not really, they are different log ent

[GENERAL] PG Log MultiLine Records

2012-09-21 Thread Arvind Singh
we have been working on a CSV Log parser application in csharp. we recently discovered that certain log entries or records can span across multiple lines. in the sense, that the same activity has more detail in subsequent lines. For ex, a select,insert query has A query entry A Duration en