Remove incorrect markup

Seems 737d69ffc3 made a copy/paste or automation error resulting in two
extra right-parenthesis.

Reported-By: Michael Vastola
Backpatch-through: 13
Discussion: https://postgr.es/m/161051035421.12224.1741822783166533529@wrigleys.postgresql.org
This commit is contained in:
Magnus Hagander 2021-01-13 11:07:37 +01:00
parent 756ab29124
commit e6eeb8d799
1 changed files with 0 additions and 2 deletions

View File

@ -3262,7 +3262,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
</indexterm>
<function>right</function> ( <parameter>string</parameter> <type>text</type>,
<parameter>n</parameter> <type>integer</type> )
<type></type> )
<returnvalue>text</returnvalue>
</para>
<para>
@ -3284,7 +3283,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
<function>rpad</function> ( <parameter>string</parameter> <type>text</type>,
<parameter>length</parameter> <type>integer</type>
<optional>, <parameter>fill</parameter> <type>text</type> </optional> )
<type></type> )
<returnvalue>text</returnvalue>
</para>
<para>