Add a --locale switch to createdb, to ease the creation of databases with
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 10 Nov 2008 16:25:41 +0000 (16:25 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 10 Nov 2008 16:25:41 +0000 (16:25 +0000)
commitcc86aaa0a8c6ed39a5b0cc1da1245d6f126f9a4d
tree3ebf966aff0acbecdf9325c8755940469a4b3c89
parent3956d053f7d92009a7186ac144762a5b2e7b8f6c
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.
doc/src/sgml/ref/createdb.sgml
src/bin/scripts/createdb.c