mirror of https://github.com/postgres/postgres
580f8727ca
This change allows these functions to be called using named-argument notation, which can be helpful for readability, particularly for the ones with many arguments. There was considerable debate about exactly which names to use, but in the end we settled on the names already shown in our documentation table 9.10. The citext extension provides citext-aware versions of some of these functions, so add argument names to those too. In passing, fix table 9.10's syntax synopses for regexp_match, which were slightly wrong about which combinations of arguments are allowed. Jian He, reviewed by Dian Fay and others Discussion: https://postgr.es/m/CACJufxG3NFKKsh6x4fRLv8h3V-HvN4W5dA=zNKMxsNcDwOKang@mail.gmail.com |
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
Makefile | ||
citext--1.0--1.1.sql | ||
citext--1.1--1.2.sql | ||
citext--1.2--1.3.sql | ||
citext--1.3--1.4.sql | ||
citext--1.4--1.5.sql | ||
citext--1.4.sql | ||
citext--1.5--1.6.sql | ||
citext--1.6--1.7.sql | ||
citext.c | ||
citext.control | ||
meson.build |