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
◆
text_initcap()
text
* text_initcap
(
const
text
*
txt
)
Convert the text value to initcap.
Parameters
[in]
txt
Text value
Note
PostgreSQL function:
initcap()
in file
varlena.c
. Notice that
DEFAULT_COLLATION_OID
is used instead of
PG_GET_COLLATION()
Generated by
1.9.5