git.postgresql.org Git - postgresql.git/commit
2019年3月11日 22:14:05 +0000 (18:14 -0400)
2019年3月11日 22:14:05 +0000 (18:14 -0400)
commit 5e74a427854fa17babfbb0e22c4ca95e4f48f2fe
Document incompatibility of comparison expressions with VARIADIC array arguments
COALESCE, GREATEST and LEAST all look like functions taking variable
numbers of arguments, but in fact they are not functions, and so
VARIADIC array arguments don't work with them. Add a note to the docs
explaining this fact.
The consensus is not to try to make this work, but just to document the
limitation.
Discussion: https://postgr.es/m/CAFj8pRCaAtuXuRtvXf5GmPbAVriUQrNMo7-=TXUFN025S31R_w@mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom