pgsql: logging: Also add the command prefix to detail and hint messages - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: logging: Also add the command prefix to detail and hint messages
Date
Msg-id E1nvXya-001ooc-OG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
logging: Also add the command prefix to detail and hint messages

This makes the output line up better and allows filtering messages by
command.

Discussion: https://www.postgresql.org/message-id/ba6d4fac-9e33-91f9-94fb-1e4c144a48b9@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a8cca6026e992d9b627c7dbee5f8a50bde507a94

Modified Files
--------------
src/bin/pg_dump/t/003_pg_dump_with_server.pl | 2 +-
src/common/logging.c                         | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Extend pg_publication_tables to display column list and row filt
Next
From: Tom Lane
Date:
Subject: pgsql: Make STRING an unreserved_keyword.