You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`reassign_owned_to` - (Optional) Specifies the role to which objects owned by the role being
178
+
dropped should be reassigned. If not specified, defaults to the current database user
179
+
(the user configured in the provider). This is only used when `skip_reassign_owned` is `false`.
180
+
169
181
*`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.
170
182
171
183
*`assume_role` - (Optional) Defines the role to switch to at login via [`SET ROLE`](https://www.postgresql.org/docs/current/sql-set-role.html).
0 commit comments