Skip to content

Commit 8855b82

Browse files
authored
Remove action that is no longer true. (#85)
0c78666 changed behavior such that `log_statement = all` is only set when `set_user.block_log_statement = on` and `rolename` is a database superuser. README.md was updated to match but part of a sentence was left behind and e911f62 restored the deleted text apparently thinking it was an accidental deletion rather than an incomplete deletion. This commit honors the original intent of 0c78666 by removing the action that is no longer true. Reviewed by David Christensen (@pgguru).
1 parent 5ca3c97 commit 8855b82

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ Specifically, when an allowed user executes `set_user(text)` or
5252
* The current effective user becomes `rolename`.
5353
* The role transition is logged, with a specific notation if `rolename` is a
5454
superuser.
55-
* `log_statement` setting is set to "all", meaning every SQL statement executed
56-
while in this state will also get logged.
5755
* If `set_user.block_alter_system` is set to "on", `ALTER SYSTEM` commands will
5856
be blocked.
5957
* If `set_user.block_copy_program` is set to "on", `COPY PROGRAM` commands will

0 commit comments

Comments
 (0)