MobilityDB 1.1

◆ pg_lower()

static Datum pg_lower ( text txt)
static

Convert the text value to lowercase.

Note
Function adapted from the external function lower() in varlena.c. Notice that DEFAULT_COLLATION_OID is used instead of PG_GET_COLLATION().