TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Two new Amazon Redshift versions out (system table diffs)

3 点作者 Max-Ganz-II大约 2 年前
Two new RS versions out - 1.0.49676, which is now in two regions only, and 1.0.49780, which is in all the other regions.<p>Quite a lot of change (new function user_is_member_of_role() in 49676 looks particularly interesting), but also 49676 has introduced quite a bit of new stuff which 49780 has removed (including that new function).<p>https:&#x2F;&#x2F;www.redshiftresearchproject.org&#x2F;system_table_tracker&#x2F;1.0.49087_to_1.0.49676&#x2F;index.html<p>https:&#x2F;&#x2F;www.redshiftresearchproject.org&#x2F;system_table_tracker&#x2F;1.0.49676_to_1.0.49780&#x2F;index.html

2 条评论

scrum-treats大约 2 年前
Some new functions aren&#x27;t loading (e.g., user_is_member_of_role, txid_status, last_user_query_id).<p>They do load here (<a href="https:&#x2F;&#x2F;www.redshiftresearchproject.org&#x2F;system_table_tracker&#x2F;1.0.49676&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.redshiftresearchproject.org&#x2F;system_table_tracker...</a>).
评论 #35760836 未加载
Max-Ganz-II大约 2 年前
Funny though the function is &quot;member_of_role&quot;. You&#x27;re supposed to be granting roles :-) but in RS roles are not really roles, as they are in Postgres, you still have normal groups and normal users, as they were before. Roles in RS are really enhanced groups.