1/* -----------------------------------------------------------------------
4 * src/include/utils/formatting.h
7 * Portions Copyright (c) 1999-2025, PostgreSQL Global Development Group
9 * The PostgreSQL routines for a DateTime/int/float/numeric formatting,
10 * inspired by the Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
14 * -----------------------------------------------------------------------
26extern char *
asc_tolower(
const char *buff,
size_t nbytes);
27extern char *
asc_toupper(
const char *buff,
size_t nbytes);
28extern char *
asc_initcap(
const char *buff,
size_t nbytes);
32 struct Node *escontext);