diff options
Diffstat (limited to 'src/include/utils/formatting.h')
| -rw-r--r-- | src/include/utils/formatting.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index da206b6fb86..714d641623d 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -25,6 +25,10 @@ extern char *str_tolower(const char *buff, size_t nbytes); extern char *str_toupper(const char *buff, size_t nbytes); extern char *str_initcap(const char *buff, size_t nbytes); +extern char *asc_tolower(const char *buff, size_t nbytes); +extern char *asc_toupper(const char *buff, size_t nbytes); +extern char *asc_initcap(const char *buff, size_t nbytes); + extern Datum timestamp_to_char(PG_FUNCTION_ARGS); extern Datum timestamptz_to_char(PG_FUNCTION_ARGS); extern Datum interval_to_char(PG_FUNCTION_ARGS); |
