GNU bug report logs -
#63926
[PATCH] services: postgresql: Add more role fields.
Previous Next
Full log
Message #8 received at 63926 <at> debbugs.gnu.org (full text, mbox):
Hi,
(Cc: Christopher Baines who knows pgsql better than I do.)
Miguel Ángel Moreno <me <at> mianmoreno.com> skribis:
> * gnu/services/databases.scm (postgresql-role): Add more role fields.
> (postgresql-create-roles): Honor it.
> * doc/guix.texi (Database Services): Document it.
That looks like an improvement! Some comments:
> @item @code{create-database?} (default: @code{#f})
> -Whether to create a database with the same name as the role.
> +whether to create a database with the same name as the role.
This change is unnecessary (leftover?).
> +@item @code{encoding} (default: @code{"UTF8"})
> +The character set to use for storing text in the database.
Or "UTF-8"? It might be worth mentioning the naming convention for
encodings, especially if it differs from
<http://www.iana.org/assignments/character-sets>.
> +@item @code{collation} (default: @code{"en_US.utf8"})
> +The string sort order locale setting.
> +
> +@item @code{ctype} (default: @code{"en_US.utf8"})
> +The character classification locale setting.
> +
> +@item @code{template} (default: @code{"template1"})
> +The default template to copy the new database from when creating it.
> +Use @code{"template0"} for a pristine database with no system-local
> +modifications.
Are these defaults equivalent to those that were previously in effect?
If would be ideal.
Thanks, and apologies for the delay!
Ludo’.
This bug report was last modified 1 year and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.