Contents
CREATE COLLATION
An SQL command for defining a collation
CREATE COLLATION
is a DDL command for defining a collation.
CREATE COLLATION
was added in PostgreSQL 9.1.
Change history
- PostgreSQL 12
- option
DETERMINISTIC
added (commit 5e1963fb)
- option
- PostgreSQL 10
- PostgreSQL 9.1
- added (commit b313bca0)
References
- PostgreSQL documentation: CREATE COLLATION