examples++

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-06-17 14:03:51 +02:00
parent ed07f63045
commit 5e1dccaf8e
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ EXAMPLES
--------------------------------------------------------------------------------
__postgres_role myrole --state present
__postgres_role myrole --state present --password 'secret'
__postgres_role admin --state present --password 'very-secret' --superuser
__postgres_role dbcustomer --state present --password 'bla' --createdb
--------------------------------------------------------------------------------