Re: Hint and detail punctuation - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Hint and detail punctuation
Date
Msg-id 20190121210107.GC1060@momjian.us
Whole thread Raw
In response to Hint and detail punctuation  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On Wed, Dec  5, 2018 at 05:22:25PM +0100, Daniel Gustafsson wrote:
> While looking at error messages downstream, I noticed a few hints and details
> in postgres which aren’t punctuated as per the style guide.  The attached patch
> fixes the ones where it seemed reasonable to end with a period.

FYI, this was applied:

    commit 730422afcdb6784bbe20efc65de72156d470b0c4
    Author: Michael Paquier <michael@paquier.xyz>
    Date:   Fri Dec 7 07:47:42 2018 +0900
    
        Fix some errhint and errdetail strings missing a period
    
        As per the error message style guide of the documentation, those should
        be full sentences.
    
        Author: Daniel Gustafsson
        Reviewed-by: Michael Paquier, Álvaro Herrera
        Discussion: https://1E8D49B4-16BC-4420-B4ED-58501D9E076B@yesql.se

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Alternative to \copy in psql modelled after \g
Next
From: Peter Geoghegan
Date:
Subject: Re: Fixing findDependentObjects()'s dependency on scan order(regressions in DROP diagnostic messages)