MobilityDB 1.1

◆ pg_upper()

Datum pg_upper ( text txt)

Convert the text value to uppercase.

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