DBEAVER用于雪花 - 显示活跃的角色?

发布于 2025-02-07 06:34:21 字数 55 浏览 1 评论 0原文

工具栏还是其他地方可以显示您在雪花中使用的当前角色的选项?除了在连接窗口上,我还找不到任何东西。

Is there option in the toolbar or somewhere else to display the current role you're using in Snowflake ? I haven't been able to find anything except on the connection window.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多情出卖 2025-02-14 06:34:21

我找不到一个,连接窗口将显示初始角色,而不是当前角色。

use role accountadmin;
-- The DBeaver connection still shows SYSADMIN. 
-- The current_role() function shows the one in use.
select current_role(); 

I can't find one, and the connection window will show the initial role not the current role.

use role accountadmin;
-- The DBeaver connection still shows SYSADMIN. 
-- The current_role() function shows the one in use.
select current_role(); 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文