pgsql: Rename pg_validatebackup to pg_verifybackup.

2020-04-12 Thread Robert Haas
Rename pg_validatebackup to pg_verifybackup. Also, use "verify" rather than "validate" to refer to the process being undertaken here. Per discussion, that is a more appropriate term. Discussion: https://www.postgresql.org/message-id/[email protected] Discussion

pgsql: Doc: introduce and document "&zwsp;" for allowing optional line

2020-04-12 Thread Tom Lane
Doc: introduce and document "&zwsp;" for allowing optional line breaks. We already had a couple of places using zero-width spaces for formatting hackery, and we're going to need more if we ever want the PDF manuals to look decent. But please let's not write hard-coded Unicode escapes. We can avoi

pgsql: Doc: introduce new layout for tables of functions and operators.

2020-04-12 Thread Tom Lane
Doc: introduce new layout for tables of functions and operators. We've long fought with the draconian space limitations of our traditional table layout for describing SQL functions and operators. This commit introduces a new approach, though so far I've only applied it to a few of those tables. T