Datum ttext_upper(PG_FUNCTION_ARGS)
Transform the temporal text value into uppercase.
Definition: ttext_textfuncs.c:190
Datum textcat_ttext_ttext(PG_FUNCTION_ARGS)
Returns the concatenation of the two temporal text values.
Definition: ttext_textfuncs.c:171
Datum textcat_ttext_base(PG_FUNCTION_ARGS)
Returns the concatenation of the temporal text value and the text value.
Definition: ttext_textfuncs.c:157
Datum textcat_base_ttext(PG_FUNCTION_ARGS)
Returns the concatenation of the text value and the temporal text values.
Definition: ttext_textfuncs.c:143
Datum ttext_lower(PG_FUNCTION_ARGS)
Transform the temporal text value into lowercase.
Definition: ttext_textfuncs.c:203