Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: CSVlog vs tabs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CSVlog vs tabs
Date
Msg-id [email protected]
Whole thread Raw
In response to CSVlog vs tabs  (Andrew Dunstan <[email protected]>)
List pgsql-hackers
Andrew Dunstan <[email protected]> writes:
> One issue I notice is that it mangles the log message to add a tab 
> character before each newline. We do this in standard text logs to make 
> them more readable for humans. but the whole point of having CSV logs is 
> to make them machine readable, and I'm rather inclined to think this 
> sort of behaviour is both unnecessary and undesirable.  So I'm intending 
> to leave it out for CSV logs.

Right, the tabs are only there to disambiguate the plain-text format.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tasneem Memon
Date:
Subject: Re: To all the pgsql developers..Have a look at the operators proposed by me in my researc
Next
From: "Simon Riggs"
Date:
Subject: Re: [PATCHES] Load Distributed Checkpoints, revised patch