PostgreSQL Function Reference

LOWER
Converts the string to lower case.
PostgreSQL 17.5
LOWER(string)
string
The input string.
Examples
PostgreSQL 17.5
SELECT LOWER('POSTGRESQL')