Andrey Klychkov
|
f79b6b06f1
|
postgresql_table: added cascade option (#56068)
|
2019-05-07 16:08:03 +05:30 |
|
Andrey Klychkov
|
9b17346d1e
|
PostgreSQL modules: move params mapping from main to connect_to_db() function (#55799)
* PostgreSQL modules: move params mapping from main to connect_to_db() function
* PostgreSQL modules: fix postgresql_db
* PostgreSQL modules: fixes
|
2019-04-29 11:29:49 +01:00 |
|
Matt Clay
|
6fe57846d0
|
Revert "postgres modules: move params mapping from main to connect_to_db (#55549)"
This reverts commit 2250257809 .
|
2019-04-25 09:38:54 -07:00 |
|
Andrey Klychkov
|
2250257809
|
postgres modules: move params mapping from main to connect_to_db (#55549)
* params mapping to connect_to_db
|
2019-04-25 11:38:38 +01:00 |
|
Andrey Klychkov
|
316d1db29f
|
postgresql modules: move connect_to_db and get_pg_version to module_utils/postgres.py (#55514)
* postgresql modules: move connect_to_db, get_pg_version to module_utils
* postgresql modules: move connect_to_db, get_pg_version to module_utils 2
* postgresql modules: move connect_to_db, get_pg_version to module_utils 3
|
2019-04-18 14:15:51 +01:00 |
|
Andrey Klychkov
|
0ff67d0a1c
|
postgresql modules: missing_required_libs, removed excess param mapping (#55506)
|
2019-04-18 09:57:22 +01:00 |
|
Andrey Klychkov
|
c3cbc39dd9
|
Postgresql docs fragments 2 (#55363)
* Postgres to use docsfragments
* Postgres to use docsfragments: redefined options in postgresql_user
|
2019-04-17 13:12:19 -05:00 |
|
Andrey Klychkov
|
349a0dccee
|
New module postgresql_table - create postgresql table on remote host (#52077)
* New module postgresql_table - create postgresql table on remote host
* New module postgresql_table - fix tests
* New module postgresql_table - fix tests
* New module postgresql_table - fix tests
* New module postgresql_table - fix a typo
* New module postgresql_table - change columns and params to type str
* New module postgresql_table - fix columns type
* New module postgresql_table - added pg_quote_identifier
* New module postgresql_table - removed unused lib
* New module postgresql_table - query -> queries
* New module postgresql_table - test improvement
* New module postgresql_table - fixed tests for PG 9.0
* New module postgresql_table - fixes
* New module postgresql_table - fixes
|
2019-03-29 15:51:07 +00:00 |
|