projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0685c5c
)
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:09:43 +0000
(11:09 +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 fa3aec6a2abf477f7747ee8bdee2301418581b33..a9962987a39af5542ef8cece16c5c1c40e4be236 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-3309,7
+3309,6
@@
repeat('Pg', 4)
PgPgPgPg
right
(
string
text
,
n
integer
)
-
)
text
@@
-3331,7
+3330,6
@@
repeat('Pg', 4)
PgPgPgPg
rpad
(
string
text
,
length
integer
,
fill
text
)
-
)
text