Grant all privileges to a schema to either a group or a user.
1 2 3 4 5 6 7 8 9 10 | grant_all_in_schema(
conn,
schema,
users,
groups,
verbose = TRUE,
render_sql = TRUE,
render_only = FALSE,
...
)
|
users |
Usernames |
groups |
Group names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.