postgresql_query: add note to the documentation (#64432)
This commit is contained in:
parent
cd8ce16d48
commit
eb58f437fb
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ short_description: Run PostgreSQL queries
|
|||
description:
|
||||
- Runs arbitrary PostgreSQL queries.
|
||||
- Can run queries from SQL script files.
|
||||
- Does not run against backup files. Use M(postgresql_db) with I(state=restore)
|
||||
to run queries on files made by pg_dump/pg_dumpall utilities.
|
||||
version_added: '2.8'
|
||||
options:
|
||||
query:
|
||||
|
@ -66,6 +68,8 @@ options:
|
|||
type: bool
|
||||
default: no
|
||||
version_added: '2.9'
|
||||
seealso:
|
||||
- module: postgresql_db
|
||||
author:
|
||||
- Felix Archambault (@archf)
|
||||
- Andrew Klychkov (@Andersson007)
|
||||
|
|
Loading…
Reference in a new issue