mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Remove incorrect markup
Seems 737d69ffc3c 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:
parent
0685c5c1b9
commit
bff8d0fe3b
@ -3309,7 +3309,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>
|
||||
@ -3331,7 +3330,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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user