Document istemplate parameter

This commit is contained in:
Mickaël Canévet 2013-07-16 08:49:03 +02:00
parent bbb3aa4d5c
commit 988f45c8a4

View file

@ -312,6 +312,9 @@ Override the locale during creation of the database. Defaults to the default def
####`grant` ####`grant`
Grant permissions during creation. Defaults to `ALL`. Grant permissions during creation. Defaults to `ALL`.
####`istemplate`
Define database as a template. Defaults to `false`.
###Resource: postgresql::database ###Resource: postgresql::database
This defined type can be used to create a database with no users and no permissions, which is a rare use case. This defined type can be used to create a database with no users and no permissions, which is a rare use case.
@ -330,6 +333,9 @@ Override the character set during creation of the database. Defaults to the defa
####`locale` ####`locale`
Override the locale during creation of the database. Defaults to the default defined during installation. Override the locale during creation of the database. Defaults to the default defined during installation.
####`istemplate`
Define database as a template. Defaults to `false`.
###Resource: postgresql::database\_grant ###Resource: postgresql::database\_grant
This defined type manages grant based access privileges for users. Consult the PostgreSQL documentation for `grant` for more information. This defined type manages grant based access privileges for users. Consult the PostgreSQL documentation for `grant` for more information.