create_help.pl treats <literal> as replaceable
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-05-17T08:43:42Z
Lists: pgsql-hackers
Attachments
- 0001-Do-not-treat-literal-words-as-translatable.patch (text/x-patch)
I found it annoying that sql_help.c contains a literal parameter as a translatable string. The cause is that create_help.pl treats <literal>match</> as a replaceable. The attached excludes literals from translatable strings. By a quick look it seems to me that the "match" in "COPY.. HEADER match" is the first and only instance of a literal parameter as of PG15. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
doc: Improve COPY synopsis
- d45e824b6719 15.0 landed
-
Fix markup in synopsis
- 81e3c83d988d 15.0 landed