Remove incorrect markup
authorMagnus Hagander
Wed, 13 Jan 2021 10:07:37 +0000 (11:07 +0100)
committerMagnus Hagander
Wed, 13 Jan 2021 10:07:37 +0000 (11:07 +0100)
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

doc/src/sgml/func.sgml

index 02a37658ad9a23195e85a108ff1430cf957b19cb..fd0370a1b438ba3a7ec95e2e5c3f66ae7b559d61 100644 (file)
@@ -3262,7 +3262,6 @@ repeat('Pg', 4) PgPgPgPg
         
         right ( string text,
          n integer )
- )
         text
        
        
@@ -3284,7 +3283,6 @@ repeat('Pg', 4) PgPgPgPg
         rpad ( string text,
         length integer
         fill text  )
- )
         text