postgresql_tablespace: remove extra lines from the doc, add docstrings (#57534)

This commit is contained in:
Andrey Klychkov 2019-06-10 11:27:08 +03:00 committed by Abhijeet Kasurde
parent c5dc48de81
commit 17c5e0e016
2 changed files with 92 additions and 13 deletions

View file

@ -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)