pgsql: Remove duplicated words in comments of pgstat.c and pgstat_inter

2022-05-23 Thread Michael Paquier
Remove duplicated words in comments of pgstat.c and pgstat_internal.h Author: Atsushi Torikoshi Reviewed-by: Nathan Bossart Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c9dfe2e83a8db

pgsql: doc: Improve COPY synopsis

2022-05-23 Thread Peter Eisentraut
doc: Improve COPY synopsis Upper-case MATCH so that it is clearer that it is a keyword in this context. Discussion: https://www.postgresql.org/message-id/flat/20220517.174342.1884842412165214815.horikyota.ntt%40gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commit

pgsql: pg_upgrade: Tweak translatable strings

2022-05-23 Thread Peter Eisentraut
pg_upgrade: Tweak translatable strings "\r" (for progress output) must not be inside a translatable string (gettext gets upset). In passing, move the minimum supported version number to a separate argument, so that we don't have to retranslate this string every year now. Branch -- master De

pgsql: doc: Add documentation for pg_database.datlocprovider column

2022-05-23 Thread Peter Eisentraut
doc: Add documentation for pg_database.datlocprovider column This was apparently missed in the original commit. Author: Shinoda, Noriyoshi (PN Japan FSIP) Discussion: https://www.postgresql.org/message-id/flat/DM4PR84MB1734BA51BC8B08CF3FA239BBEED49%40DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM Bra

pgsql: psql: Update \timing also in case of an error

2022-05-23 Thread Peter Eisentraut
psql: Update \timing also in case of an error The changes to show all query results (7844c9918) broke \timing output in case of an error; it didn't update the timing result and showed 0.000 ms. Fix by updating the timing result also in the error case. Also, for robustness, update the timing resu