Re: Changing "Hot Standby" to "hot standby" - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject Re: Changing "Hot Standby" to "hot standby"
Date
Msg-id ZR0P278MB0920DFF022BBF1B5B950572AD20A9@ZR0P278MB0920.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Changing "Hot Standby" to "hot standby"  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Responses Re: Changing "Hot Standby" to "hot standby"  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
List pgsql-hackers
>>Hmm.  Outside the title that had better use upper-case characters for
>>the first letter of each word, I can see references to the pattern you
>>are trying to eliminate in amcheck.sgml (1), config.sgml (3),
>>protocol.sgml (3) and mvcc.sgml (1).  Shouldn't you refresh these as
>>well if the point is to make the full set of docs consistent?

>>As of the full tree, I can see that:
>>
>>$ git grep "hot standby" | wc -l
>>259

>>$ git grep "Hot Standby" | wc -l
>>73

>>So there is a trend for one of the two.

>Thanks for looking at it. Yes, I am aware there are other places which would need to be changed and I think I
mentionedthat in an >earlier Email. Are you suggesting to change all at once? I wanted to start with the documentation
andthen continue with the other >places. 

Attached a new version which also modifies amcheck.sgml, config.sgml, protocol.sgml, and mvcc.sgml accordingly.

Regards
Daniel
Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Column Filtering in Logical Replication
Next
From: Julien Rouhaud
Date:
Subject: Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs)