You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,6 +583,9 @@ The namevar for the resource designates the name of the database.
583
583
####`dbname`
584
584
The name of the database to be created. Defaults to `namevar`.
585
585
586
+
####`owner`
587
+
Name of the database user who should be set as the owner of the database. Defaults to the $user variable set in `postgresql::server` or `postgresql::globals`.
588
+
586
589
####`user`
587
590
User to create and assign access to the database upon creation. Mandatory.
588
591
@@ -601,6 +604,9 @@ Grant permissions during creation. Defaults to `ALL`.
601
604
####`tablespace`
602
605
The name of the tablespace to allocate this database to. If not specifies, it defaults to the PostgreSQL default.
603
606
607
+
####`template`
608
+
The name of the template database from which to build this database. Defaults to `template0`.
609
+
604
610
####`istemplate`
605
611
Define database as a template. Defaults to `false`.
606
612
@@ -620,6 +626,9 @@ Name of the database user who should be set as the owner of the database. Defaul
620
626
####`tablespace`
621
627
Tablespace for where to create this database. Defaults to the defaults defined during PostgreSQL installation.
622
628
629
+
####`template`
630
+
The name of the template database from which to build this database. Defaults to `template0`.
631
+
623
632
####`encoding`
624
633
Override the character set during creation of the database. Defaults to the default defined during installation.
0 commit comments