mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -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
|
@ -141,10 +141,10 @@ notes:
|
|||
- If you do not pass db parameter, sequence will be created in the database
|
||||
named postgres.
|
||||
seealso:
|
||||
- module: postgresql_table
|
||||
- module: postgresql_owner
|
||||
- module: postgresql_privs
|
||||
- module: postgresql_tablespace
|
||||
- module: community.general.postgresql_table
|
||||
- module: community.general.postgresql_owner
|
||||
- module: community.general.postgresql_privs
|
||||
- module: community.general.postgresql_tablespace
|
||||
- name: CREATE SEQUENCE reference
|
||||
description: Complete reference of the CREATE SEQUENCE command documentation.
|
||||
link: https://www.postgresql.org/docs/current/sql-createsequence.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue