

 Amazon Redshift は、パッチ 198 以降、新しい Python UDF の作成をサポートしなくなります。既存の Python UDF は、2026 年 6 月 30 日まで引き続き機能します。詳細については、[ブログ記事](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)を参照してください。

# SVV\$1ROLES
<a name="r_SVV_ROLES"></a>

SVV\$1ROLES を使用してロール情報を表示します。

このテーブルはすべてのユーザーに表示されます。

## テーブルの列
<a name="r_SVV_ROLES-table-columns"></a>

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/redshift/latest/dg/r_SVV_ROLES.html)

## サンプルクエリ
<a name="r_SVV_ROLES-sample-query"></a>

次の例では、SVV\$1ROLES の出力を返します。

```
SELECT role_name,role_owner FROM svv_roles WHERE role_name IN ('role1', 'role2');

 role_name | role_owner
-----------+------------
   role1   | superuser
   role2   | superuser
```