|
MobilityDB
1.0
|
Temporal text functions: textcat, lower, upper.
More...
#include <postgres.h>#include <fmgr.h>#include <catalog/pg_type.h>

Go to the source code of this file.
Functions | |
| Datum | textcat_base_ttext (PG_FUNCTION_ARGS) |
| Returns the concatenation of the text value and the temporal text values. More... | |
| Datum | textcat_ttext_base (PG_FUNCTION_ARGS) |
| Returns the concatenation of the temporal text value and the text value. More... | |
| Datum | textcat_ttext_ttext (PG_FUNCTION_ARGS) |
| Returns the concatenation of the two temporal text values. More... | |
| Datum | ttext_upper (PG_FUNCTION_ARGS) |
| Transform the temporal text value into uppercase. More... | |
| Datum | ttext_lower (PG_FUNCTION_ARGS) |
| Transform the temporal text value into lowercase. More... | |
Temporal text functions: textcat, lower, upper.
1.8.13