PostgreSQL Function Reference

UPPER
Converts the string to upper case.
PostgreSQL 17.5
UPPER(string)
string
The input string.
Examples
PostgreSQL 17.5
SELECT UPPER('postgresql')