postgres/contrib/citext
Tom Lane 580f8727ca Add argument names to the regexp_XXX functions.
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
2024-07-25 14:51:46 -04:00
..
expected Skip citext_utf8 test on Windows. 2024-05-13 07:55:58 +12:00
sql Skip citext_utf8 test on Windows. 2024-05-13 07:55:58 +12:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Add argument names to the regexp_XXX functions. 2024-07-25 14:51:46 -04:00
citext--1.0--1.1.sql Fix incorrect declaration of citext's regexp_matches() functions. 2015-05-05 15:51:22 -04:00
citext--1.1--1.2.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
citext--1.2--1.3.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
citext--1.3--1.4.sql Support the new regexp_match() function for citext. 2016-08-18 10:52:31 -04:00
citext--1.4--1.5.sql Add citext_pattern_ops for citext contrib module 2017-09-19 08:31:45 -04:00
citext--1.4.sql Support the new regexp_match() function for citext. 2016-08-18 10:52:31 -04:00
citext--1.5--1.6.sql Add a 64-bit hash function for type citext. 2018-11-23 13:24:45 -05:00
citext--1.6--1.7.sql Add argument names to the regexp_XXX functions. 2024-07-25 14:51:46 -04:00
citext.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
citext.control Add argument names to the regexp_XXX functions. 2024-07-25 14:51:46 -04:00
meson.build Add argument names to the regexp_XXX functions. 2024-07-25 14:51:46 -04:00