MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
ttext_funcs.c File Reference

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

#include <postgres.h>
#include <fmgr.h>
#include <meos.h>
#include "temporal/ttext_funcs.h"

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

Detailed Description

Temporal text functions: textcat, lower, upper