pgsql: By default, set log_line_prefix = '%m [%p] '.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: By default, set log_line_prefix = '%m [%p] '.
Date: 2016-10-17 20:53:37
Message-ID: E1bwEuf-0008DY-1G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

By default, set log_line_prefix = '%m [%p] '.

This value might not be to everyone's taste; in particular, some
people might prefer %t to %m, and others may want %u, %d, or other
fields. However, it's a vast improvement on the old default of ''.

Christoph Berg

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d3235ba42f8d5fc70c58e242702cc5e2e3549a6

Modified Files
--------------
doc/src/sgml/config.sgml | 14 +++++++++++++-
src/backend/utils/misc/guc.c | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
3 files changed, 15 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-17 21:28:18 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Previous Message Tom Lane 2016-10-17 20:35:11 Re: Re: [COMMITTERS] pgsql: Replace PostmasterRandom() with a stronger way of generating ran