Skip to content

Commit eb2618a

Browse files
doc: fix another case of missing productname markup
As a follow-up commit to 0f85db9, this adds <productname> markup to another case of "PostgreSQL". Author: Hayato Kuroda <kuroda.hayato@fujitsu.com> Discussion: https://postgr.es/m/TYAPR01MB58667A7C8317E267467CC599F5869@TYAPR01MB5866.jpnprd01.prod.outlook.com
1 parent ae4fdde commit eb2618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7473,7 +7473,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
74737473
<thead>
74747474
<row>
74757475
<entry>SQL standard</entry>
7476-
<entry>PostgreSQL</entry>
7476+
<entry><productname>PostgreSQL</productname></entry>
74777477
</row>
74787478
</thead>
74797479

0 commit comments

Comments
 (0)