/
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 /wiki/spaces/SD/pages/242909404 section of the /wiki/spaces/SD/pages/241041535.

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;
$ 



 

 

 

Related content

show_user
More like this
show_users_in_role
show_users_in_role
More like this
create_user
More like this