We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1392af5 commit 66b4e8fCopy full SHA for 66b4e8f
plugins/modules/postgresql_script.py
@@ -17,9 +17,10 @@
17
description:
18
- Runs arbitrary PostgreSQL statements from a file.
19
- The module always reports that the state has changed.
20
-- Does not run against backup files.
21
- Use M(community.postgresql.postgresql_db) with I(state=restore)
22
- to run queries on files made by pg_dump/pg_dumpall utilities.
+- Do NOT run the module against files generated by C(pg_dump),
+ C(pg_dumpall), C(pg_restore) and other PostgreSQL utilities.
+- Use M(community.postgresql.postgresql_db) with I(state=restore)
23
+ to run queries from files generated by C(pg_dump/pg_dumpall).
24
25
version_added: '2.1.0'
26
0 commit comments