mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-08 09:19:09 -07:00
mysql and postgresql modules: fix seealso section (#580)
This commit is contained in:
parent
60c9642e6b
commit
ebb4600618
19 changed files with 47 additions and 47 deletions
|
@ -175,9 +175,9 @@ notes:
|
|||
- When revoking privileges, C(RESTRICT) is assumed (see PostgreSQL docs).
|
||||
|
||||
seealso:
|
||||
- module: postgresql_user
|
||||
- module: postgresql_owner
|
||||
- module: postgresql_membership
|
||||
- module: community.general.postgresql_user
|
||||
- module: community.general.postgresql_owner
|
||||
- module: community.general.postgresql_membership
|
||||
- name: PostgreSQL privileges
|
||||
description: General information about PostgreSQL privileges.
|
||||
link: https://www.postgresql.org/docs/current/ddl-priv.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue