Doc client_min_messages patch vis. INFO message severity

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Doc client_min_messages patch vis. INFO message severity
Date: 2019-01-07 03:17:03
Message-ID: 20190106211703.05b6a965@slate.meme.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is documentation patch: doc_client_min_messages_v1.patch

Document that INFO severity messages are always sent
to the client. This also adds hyperlinks to the
table of severity levels where those levels are
referenced in the docs.

The patch was discussed on the #postgresql IRC channel
with RhodiumToad.

The patch is against master. It passes the xmllint,
builds html, and generally appears to work.

The motivation for this patch is that the
client_min_messages documentation does not mention
the INFO level.

Regards,

Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

Attachment Content-Type Size
doc_client_min_messages_v1.patch text/x-patch 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-01-07 03:26:12 Prevent extension creation in temporary schemas
Previous Message Nguyễn Trần Quốc Vinh 2019-01-07 02:51:41 Re: Implementing Incremental View Maintenance