|
|
|
@ -63,6 +63,7 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Columns that are needed.
|
|
|
|
- Columns that are needed.
|
|
|
|
type: list
|
|
|
|
type: list
|
|
|
|
|
|
|
|
elements: str
|
|
|
|
rename:
|
|
|
|
rename:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- New table name. Mutually exclusive with I(tablespace), I(owner),
|
|
|
|
- New table name. Mutually exclusive with I(tablespace), I(owner),
|
|
|
|
@ -79,6 +80,7 @@ options:
|
|
|
|
- Storage parameters like fillfactor, autovacuum_vacuum_treshold, etc.
|
|
|
|
- Storage parameters like fillfactor, autovacuum_vacuum_treshold, etc.
|
|
|
|
Mutually exclusive with I(rename) and I(truncate).
|
|
|
|
Mutually exclusive with I(rename) and I(truncate).
|
|
|
|
type: list
|
|
|
|
type: list
|
|
|
|
|
|
|
|
elements: str
|
|
|
|
db:
|
|
|
|
db:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Name of database to connect and where the table will be created.
|
|
|
|
- Name of database to connect and where the table will be created.
|
|
|
|
|