Rename the new CREATE DATABASE options to set collation and ctype into
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Rename the new CREATE DATABASE options to set collation and ctype into LC_COLLATE and LC_CTYPE, per discussion on pgsql-hackers.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/charset.sgml | modified | +2 −2 |
| doc/src/sgml/keywords.sgml | modified | +3 −3 |
| doc/src/sgml/ref/create_database.sgml | modified | +6 −6 |
| src/backend/commands/dbcommands.c | modified | +7 −7 |
| src/backend/parser/gram.y | modified | +15 −14 |
| src/bin/pg_dump/pg_dumpall.c | modified | +3 −3 |
| src/bin/pg_dump/pg_dump.c | modified | +3 −3 |
| src/bin/scripts/createdb.c | modified | +3 −3 |
| src/include/parser/kwlist.h | modified | +3 −2 |
| src/interfaces/ecpg/preproc/ecpg.trailer | modified | +3 −2 |