Skip to content

Commit 988f45c

Browse files
committed
Document istemplate parameter
1 parent bbb3aa4 commit 988f45c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ Override the locale during creation of the database. Defaults to the default def
312312
####`grant`
313313
Grant permissions during creation. Defaults to `ALL`.
314314

315+
####`istemplate`
316+
Define database as a template. Defaults to `false`.
317+
315318
###Resource: postgresql::database
316319
This defined type can be used to create a database with no users and no permissions, which is a rare use case.
317320

@@ -330,6 +333,9 @@ Override the character set during creation of the database. Defaults to the defa
330333
####`locale`
331334
Override the locale during creation of the database. Defaults to the default defined during installation.
332335

336+
####`istemplate`
337+
Define database as a template. Defaults to `false`.
338+
333339
###Resource: postgresql::database\_grant
334340
This defined type manages grant based access privileges for users. Consult the PostgreSQL documentation for `grant` for more information.
335341

0 commit comments

Comments
 (0)