summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_copy.py
Commit message (Expand)AuthorAgeFilesLines
* postgresql modules: fix sanity issues (#67046)Andrew Klychkov2020-02-061-1/+1
* postgresql: add elements for list params to the module's documentation (#63186)Andrey Klychkov2019-10-071-0/+1
* postgresql: fix typos in modules (#62065)Andrey Klychkov2019-09-101-1/+1
* postgresql modules: explicit defaults for bool params (#61538)Andrey Klychkov2019-08-311-1/+2
* postgresql_copy: add seealso section (#61314)Andrey Klychkov2019-08-271-1/+6
* Postgres module_utils: add get_connect_params + unit tests (#58067)Andrey Klychkov2019-06-191-1/+3
* postgresql modules: remove unused imports, remove blank lines after docstringsAndrey Klychkov2019-06-181-5/+0
* postgresql: moved function exec_sql from the modules to module_utils (#57603)Andrey Klychkov2019-06-101-33/+5
* postgresql_tablespace: remove extra lines from the doc, add docstrings (#57534)Andrey Klychkov2019-06-101-2/+2
* New module postgresql_copy: copy data between a file and a table (#56835)Andrey Klychkov2019-06-031-0/+424