|
|
@ -61,8 +61,8 @@ options:
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Schema that contains the database objects specified via I(objs).
|
|
|
|
- Schema that contains the database objects specified via I(objs).
|
|
|
|
- May only be provided if I(type) is C(table), C(sequence) or
|
|
|
|
- May only be provided if I(type) is C(table), C(sequence), C(function)
|
|
|
|
C(function). Defaults to C(public) in these cases.
|
|
|
|
or C(default_privs). Defaults to C(public) in these cases.
|
|
|
|
roles:
|
|
|
|
roles:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Comma separated list of role (user/group) names to set permissions for.
|
|
|
|
- Comma separated list of role (user/group) names to set permissions for.
|
|
|
|