projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756ab29
)
Remove incorrect markup
author
Magnus Hagander
Wed, 13 Jan 2021 10:07:37 +0000
(11:07 +0100)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 02a37658ad9a23195e85a108ff1430cf957b19cb..fd0370a1b438ba3a7ec95e2e5c3f66ae7b559d61 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-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