MobilityDB 1.1
Functions

Text functions for temporal types. More...

Collaboration diagram for Text functions:

Functions

PGDLLEXPORT Datum Textcat_text_ttext (PG_FUNCTION_ARGS)
 Return the concatenation of the text and the temporal text values. More...
 
PGDLLEXPORT Datum Textcat_ttext_text (PG_FUNCTION_ARGS)
 Return the concatenation of the temporal text and the text values. More...
 
PGDLLEXPORT Datum Textcat_ttext_ttext (PG_FUNCTION_ARGS)
 Return the concatenation of the two temporal text values. More...
 
PGDLLEXPORT Datum Ttext_lower (PG_FUNCTION_ARGS)
 Transform the temporal text value into lowercase. More...
 
PGDLLEXPORT Datum Ttext_upper (PG_FUNCTION_ARGS)
 Transform the temporal text value into uppercase. More...
 

Detailed Description

Text functions for temporal types.