Tim Landscheidt <t...@tim-landscheidt.de> writes: > log file entries from running vacuumdb are "double-spaced", > as vacuumdb ends the commands with ";\n" (cf. attached mini- > patch). Is there a deeper meaning in that, or could it be > trimmed?
There are a LOT of clients that tend to send queries with trailing newlines; I'm pretty sure that both pg_dump and psql have instances of that, for example. If we were to do something about this, which I'm entirely unconvinced we should, it'd be better to strip trailing whitespace from the logged query inside the backend. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers