]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc relnote markup: allow period in <command> regex for ellipses
authorBruce Momjian <bruce@momjian.us>
Sat, 30 May 2026 21:49:26 +0000 (17:49 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 30 May 2026 21:49:26 +0000 (17:49 -0400)
doc/src/sgml/release.sgml

index a659d382db95cd4c72338085bb92e17617ce2fc6..ae6cc3cc2cb571ea0b53aea23326ec4dc7667e40 100644 (file)
@@ -6,7 +6,7 @@ Typical markup:
 &<>                             use & escapes
 PostgreSQL                      <productname>
 postgresql.conf, pg_hba.conf    <filename>
-\<[A-Z][A-Z_ ]+[A-Z_]\>         <command>, <literal>, <envar>, <acronym>
+\<[A-Z][A-Z_. ]+[A-Z_.]\>       <command>, <envar>, <acronym>, <literal>
 \<[A-Za-z_][A-Za-z0-9_]+()      <function>
 \-\-?[A-Za-z_]+[-A-Za-z_]*      <option> (use backslashes to avoid SGML markup)
 \<[A-Za-z_]+/[A-Za-z_]+\>       <filename>