Add a --locale switch to createdb, to ease the creation of databases with

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 6462e7b81c0650bf23325a66cb70aa7ff7d78fad
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2008-11-10T16:25:41Z
Releases: 8.4.0
Add a --locale switch to createdb, to ease the creation of databases with
different locales.  This is just syntactical sweetener over --lc-collate and
--lc-ctype.  Per discussion.

While at it, properly document --lc-ctype and --lc-collate in SGML docs,
which apparently were forgotten (or purposefully ommited?) when they were
created.

Files

PathChange+/−
doc/src/sgml/ref/createdb.sgml modified +31 −2
src/bin/scripts/createdb.c modified +26 −2