File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,9 @@ Override the locale during creation of the database. Defaults to the default def
312312####` grant `
313313Grant permissions during creation. Defaults to ` ALL ` .
314314
315+ ####` istemplate `
316+ Define database as a template. Defaults to ` false ` .
317+
315318###Resource: postgresql::database
316319This 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 `
331334Override 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
334340This defined type manages grant based access privileges for users. Consult the PostgreSQL documentation for ` grant ` for more information.
335341
You can’t perform that action at this time.
0 commit comments