On Thu, May 31, 2012 at 12:19 PM, Chris Angelico <[email protected]> wrote: > On Thu, May 31, 2012 at 2:05 PM, Evan Rempel <[email protected]> wrote: >> Even when the wrap column is set to a very large value (32k) STATEMENT lines >> still wrap according to the line breaks in >> the original SQL statement. > > The problem isn't so much the wrapping, it seems, as that your > statements' line breaks are being propagated through. So as a possible > alternative solution, perhaps there could be an option to replace > newlines with spaces before the line goes to the log?
I'd certainly like to see this or similar (encode the querys into a single line of ascii, lossy is ok). I like my logs both readable and greppable. -- Stuart Bishop <[email protected]> http://www.stuartbishop.net/ -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
