pgsql: Add a --locale switch to createdb, to ease the creation of

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a --locale switch to createdb, to ease the creation of
Date: 2008-11-10 16:25:41
Message-ID: 20081110162541.EA1AF7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
createdb.sgml (r1.47 -> r1.48)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/createdb.sgml?r1=1.47&r2=1.48)
pgsql/src/bin/scripts:
createdb.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createdb.c?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-11-10 17:36:53 pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.
Previous Message Tom Lane 2008-11-10 15:18:40 pgsql: pg_do_encoding_conversion cannot return NULL (at least not unless