diff --git a/rst/modules/postgresql_db.rst b/rst/modules/postgresql_db.rst index 529c85c76c..efb7708870 100644 --- a/rst/modules/postgresql_db.rst +++ b/rst/modules/postgresql_db.rst @@ -29,6 +29,8 @@ host before using this module. +--------------------+----------+----------+----------------------------------------------------------------------------+ | login_host | no | | host running PostgreSQL. Default (blank) implies localhost | +--------------------+----------+----------+----------------------------------------------------------------------------+ +| owner | no | | name of the role to set as owner of the database | ++--------------------+----------+----------+----------------------------------------------------------------------------+ | state | | present | 'absent' or 'present' | +--------------------+----------+----------+----------------------------------------------------------------------------+