Postgresql Operations¶
postgresql.database¶
Stateless operation
This operation will always execute commands and is not idempotent.
postgresql.database(*args, **kwargs,
**kwargs,
)
Note
This operation also inherits all global arguments.
postgresql.dump¶
Stateless operation
This operation will always execute commands and is not idempotent.
postgresql.dump(*args, **kwargs,
**kwargs,
)
Note
This operation also inherits all global arguments.
postgresql.load¶
Stateless operation
This operation will always execute commands and is not idempotent.
postgresql.load(*args, **kwargs,
**kwargs,
)
Note
This operation also inherits all global arguments.
postgresql.role¶
Stateless operation
This operation will always execute commands and is not idempotent.
postgresql.role(*args, **kwargs,
**kwargs,
)
Note
This operation also inherits all global arguments.
postgresql.sql¶
Stateless operation
This operation will always execute commands and is not idempotent.
postgresql.sql(*args, **kwargs,
**kwargs,
)
Note
This operation also inherits all global arguments.
pyinfra 3.x