mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-05 16:51:30 -07:00
postgresql_tablespace: remove extra lines from the doc, add docstrings (#57534)
This commit is contained in:
parent
c5dc48de81
commit
17c5e0e016
2 changed files with 92 additions and 13 deletions
|
@ -218,11 +218,11 @@ class PgCopyData(object):
|
|||
|
||||
Arguments:
|
||||
module (AnsibleModule) -- object of AnsibleModule class
|
||||
cursor (cursor) -- cursor objec of psycopg2 library
|
||||
cursor (cursor) -- cursor object of psycopg2 library
|
||||
|
||||
Attributes:
|
||||
module (AnsibleModule) -- object of AnsibleModule class
|
||||
cursor (cursor) -- cursor objec of psycopg2 library
|
||||
cursor (cursor) -- cursor object of psycopg2 library
|
||||
changed (bool) -- something was changed after execution or not
|
||||
executed_queries (list) -- executed queries
|
||||
dst (str) -- data destination table (when copy_from)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue