You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Instead of requiring translators to translate the entire SQL commandsynopses, change create_help.pl to only require them to translate theplaceholders, and paste those into the synopsis using a printf mechanism.Make some small updates to the markup to make it easier to parse.Note: This causes msgmerge of gettext 0.17 to segfault. You will needthe patch fromhttps://savannah.gnu.org/bugs/?27474 to make it work.msgmerge usually only runs on babel.postgresql.org, however.
@@ -54,7 +54,7 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
54
54
[ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE <replaceable class="parameter">action</replaceable> ] [ ON UPDATE <replaceable class="parameter">action</replaceable> ] }
<replaceable class="PARAMETER">index_parameters</replaceable> in <literal>UNIQUE</> and <literal>PRIMARY KEY</> constraints are:
57
+
<phrase><replaceable class="PARAMETER">index_parameters</replaceable> in <literal>UNIQUE</literal> and <literal>PRIMARY KEY</literal> constraints are:</phrase>