]> granicus.if.org Git - postgresql/commit
Docs: be explicit about datatype matching for lead/lag functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Aug 2015 23:11:17 +0000 (19:11 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Aug 2015 23:11:35 +0000 (19:11 -0400)
commitfc3649fd4c4b1571103f141bd804406e95e449b5
tree5998274911746864e45b764a4026ac119dcf4c51
parentfe939d950e362094c14e97f4e91c063374588534
Docs: be explicit about datatype matching for lead/lag functions.

The default argument, if given, has to be of exactly the same datatype
as the first argument; but this was not stated in so many words, and
the error message you get about it might not lead your thought in the
right direction.  Per bug #13587 from Robert McGehee.

A quick scan says that these are the only two built-in functions with two
anyelement arguments and no other polymorphic arguments.  There are plenty
of cases of, eg, anyarray and anyelement, but those seem less likely to
confuse.  For instance this doesn't seem terribly hard to figure out:
"function array_remove(integer[], numeric) does not exist".  So I've
contented myself with fixing these two cases.
doc/src/sgml/func.sgml