mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 21:01:27 -07:00
* postgresql_sequence: initial commit with new module and tests * change return variables and adjust tests * fix sanity checks * fix linter errors * change formatting functions and put params alphabetically * add new examples and remove restrict option * remove restrict option * remove `required: false` * add links to documentation * change some minor parts in documentation * add new integration tests for ** drop cascade ** change owner * change usage of owner and created a test case for set owner during creation * remove some documents and use docsfragments * add aliases for minvalue and maxvalue * change to warn if sequence not exists but should be removed * use connect_to_db from module_utils/postgres.py * add checkmode for several tests * fix psycopg2 import and connect_to_db * add a test for drop nonexistent sequence * change get_info funcrtion to use only one SQL statement * rewrite the module for cleaner code * remove psycopg2 * change check_mode behavior * add docstrings for class and methods * add test for create sequence with owner in check_mode * fix typo in set_schema() * fix docu and cleanup the code * adjust documentation for state, schema and newschema * remove mutually_exclusive for 'absent' * remove unused code comments * remove warning for drop non-exicsting sequence * change autocommit condition * adjust state documentation |
||
---|---|---|
.. | ||
__init__.py | ||
postgresql_copy.py | ||
postgresql_db.py | ||
postgresql_ext.py | ||
postgresql_idx.py | ||
postgresql_info.py | ||
postgresql_lang.py | ||
postgresql_membership.py | ||
postgresql_owner.py | ||
postgresql_pg_hba.py | ||
postgresql_ping.py | ||
postgresql_privs.py | ||
postgresql_query.py | ||
postgresql_schema.py | ||
postgresql_sequence.py | ||
postgresql_set.py | ||
postgresql_slot.py | ||
postgresql_table.py | ||
postgresql_tablespace.py | ||
postgresql_user.py |