![]() |
MobilityDB 1.3
|
Text functions for temporal types. More...
Functions | |
Datum | Textcat_text_ttext (PG_FUNCTION_ARGS) |
Return the concatenation of a text and a temporal text @sqlfn textcat() More... | |
Datum | Textcat_ttext_text (PG_FUNCTION_ARGS) |
Return the concatenation of a temporal text and a text @sqlfn textcat() More... | |
Datum | Textcat_ttext_ttext (PG_FUNCTION_ARGS) |
Return the concatenation of the two temporal texts @sqlfn textcat() More... | |
Datum | Ttext_initcap (PG_FUNCTION_ARGS) |
Return a temporal text transformed to uppercase @sqlfn initcap() More... | |
Datum | Ttext_lower (PG_FUNCTION_ARGS) |
Return a temporal text transformed to lowercase @sqlfn lower() More... | |
Datum | Ttext_upper (PG_FUNCTION_ARGS) |
Return a temporal text transformed to uppercase @sqlfn upper() More... | |
Text functions for temporal types.