mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
postgresql_tablespace: remove extra lines from the doc, add docstrings (#57534)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
c5dc48de81
commit
17c5e0e016
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user