uintptr_t Datum
Definition: postgres_ext_defs.in.h:7
Datum datum_initcap(Datum value)
Convert the text value to uppercase.
Definition: postgres_types.c:2495
Temporal * textfunc_ttext_ttext(const Temporal *temp1, const Temporal *temp2, datum_func2 func)
Apply the function to the temporal text value and the base text value.
Definition: ttext_funcs.c:99
Temporal * textfunc_ttext_text(const Temporal *temp, Datum value, datum_func2 func, bool invert)
Apply the function to the temporal text value and the base text value.
Definition: ttext_funcs.c:75
Temporal * textfunc_ttext(const Temporal *temp, datum_func1 func)
Apply the function to transform the temporal text value.
Definition: ttext_funcs.c:56
Datum datum_upper(Datum value)
Return the text value transformed to uppercase.
Definition: postgres_types.c:2463
Datum datum_lower(Datum value)
Return the text value transformed to lowercase.
Definition: postgres_types.c:2431
Datum datum_textcat(Datum l, Datum r)
Temporal text functions: textcat, lower, upper.
Definition: postgres_types.c:2368