MobilityDB  1.0
Functions
ttext_textfuncs.h File Reference

Temporal text functions: textcat, lower, upper. More...

#include <postgres.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
Include dependency graph for ttext_textfuncs.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Temporal text functions: textcat, lower, upper.