Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit fba6ca2

Browse files
author
Siva Manivannan
committed
update docs
1 parent 6710621 commit fba6ca2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/postgresql_role.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ resource "postgresql_role" "my_replication_role" {
116116

117117
* `statement_timeout` - (Optional) Defines [`statement_timeout`](https://www.postgresql.org/docs/current/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-STATEMENT) setting for this role which allows to abort any statement that takes more than the specified amount of time.
118118

119+
* `log_statement` - (Optional) Defines [`log_statement`](https://www.postgresql.org/docs/current/runtime-config-logging.html) setting for this role which controls the type of SQL statements that are logged. Default is `none`
120+
119121
## Import Example
120122

121123
`postgresql_role` supports importing resources. Supposing the following

0 commit comments

Comments
 (0)