projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbcbd1
)
Doc: remove extra comma in syntax summary for array_fill().
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 25 Mar 2018 16:38:21 +0000
(12:38 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 25 Mar 2018 16:38:50 +0000
(12:38 -0400)
Noted by Scott Ure. Back-patch to all supported branches.
Discussion: https://postgr.es/m/
152199346794
.4544.
1888397173908716912
@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 51a41cb476447a8317312478a6d9abb5e93205d3..e54428d58d78b97c8506557c1fb1a704e40b12c5 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-11059,7
+11059,7
@@
SELECT NULLIF(value, '(none)') ...
<row>
<entry>
<literal>
- <function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
,
+ <function>array_fill</function>(<type>anyelement</type>, <type>int[]</type>
<optional>, <type>int[]</type></optional>)
</literal>
</entry>