info_="privileges"
<do action_="sql" info_="privileges"
value_="@r"/> populates @r with a dictionary containing user
privileges.
Syntax
<dynamic>
<do action_="sql" info_="privileges"
value_="@r"/>
</dynamic>
Attributes for info_="privileges"
value_- The information returned by
info_="privileges"is saved as a package to the dynamic variable@r. The package contains the following boolean keys (a value of"1"means the caller may use the transaction).add_self_schema- The caller may create a personal schema with
add_="schema"(the userfoomay create the schemaself_foo). drop_self_schema- The caller may delete a personal schema with
del_="schema". add_schema- The caller may add a schema to the catalog with
add_="schema". drop_schema- The caller may delete a schema with
del_="schema". rename_schema- The caller may rename a schema.
add_catalog- The caller may add a catalog.
drop_catalog- The caller may delete a catalog.
examine_alladmin_all- The caller has administrative access and can perform all transactions.
