diff options
author | Daniel Gustafsson | 2023-03-23 20:35:26 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2023-03-23 20:35:26 +0000 |
commit | eb2618a03c53695532eaad680522c60dca0d4061 (patch) | |
tree | e0e535eb1cb7ae78fb01efa79f7a6033f57b62da | |
parent | ae4fdde1352fa6b2c9123e91435efafc78c370a0 (diff) |
doc: fix another case of missing productname markup
As a follow-up commit to 0f85db92b9, this adds <productname> markup
to another case of "PostgreSQL".
Author: Hayato Kuroda <[email protected]>
Discussion: https://postgr.es/m/TYAPR01MB58667A7C8317E267467CC599F5869@TYAPR01MB5866.jpnprd01.prod.outlook.com
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a3a13b895f..0987eb805a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7473,7 +7473,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}'); <thead> <row> <entry>SQL standard</entry> - <entry>PostgreSQL</entry> + <entry><productname>PostgreSQL</productname></entry> </row> </thead> |