MobilityDB
1.3
Loading...
Searching...
No Matches
Functions for base and time types
add_date_int
add_interval_interval
add_timestamptz_interval
bool_in
bool_out
cstring2text
date_in
date_out
date_to_timestamp
date_to_timestamptz
float_exp
float_ln
float_log10
float_round
interval_cmp
interval_in
interval_make
interval_out
minus_date_date
minus_date_int
minus_timestamptz_interval
minus_timestamptz_timestamptz
mul_interval_double
text2cstring
text_cmp
text_copy
text_initcap
text_lower
text_out
text_upper
textcat_text_text
time_in
time_out
timestamp_in
timestamp_out
timestamp_to_date
timestamptz_in
timestamptz_out
timestamptz_shift
timestamptz_to_date
◆
textcat_text_text()
text
* textcat_text_text
(
const
text
*
txt1
,
const
text
*
txt2
)
Return the concatenation of the two text values.
Parameters
[in]
txt1,txt2
Text values
Note
Function adapted from the external function
text_catenate
in file
varlena.c
Generated by
1.9.5