MobilityDB 1.1
Functions
ttext_textfuncs.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include "general/temporal.h"
#include "general/ttext_textfuncs.h"
#include "general/type_util.h"
Include dependency graph for ttext_textfuncs.c:

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