/
show_user
show_user
The show_user operator shows the current username. Available only in the Enterprise Edition.
SciDB security mode must be correctly configured before this or any security operator can be used. See the Security section of the SciDB Administration Guide.
Synopsis
show_user();
Summary
The show_user() operator shows the current user.
Example
User betty uses iquery to log in to SciDB with a pre-created authentication file.
$ iquery --auth-file /tmp/betty.auth -a AFL% AFL% show_user(); {i} name {0} 'betty' AFL% AFL% quit; $
, multiple selections available,
Related content
show_user
show_user
More like this
show_users_in_role
show_users_in_role
More like this
create_user
create_user
More like this
User Accounts
User Accounts
More like this