]> granicus.if.org Git - postgresql/commit
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)
commit6462e7b81c0650bf23325a66cb70aa7ff7d78fad
treebcdedfaf251c0c4cdd7c1df4eca870e337874980
parent2b74d45c1b7c8170b8a2abdd86dae8fd2bb239e7
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