Amazon Redshift will no longer support the use of Python UDFs after June 30, 2026.
We will start enforcing it in phases. For more information on the details of Python end of life
and migration options, see the
blog post
STV_DB_ISOLATION_LEVEL
STV_DB_ISOLATION_LEVEL displays the current isolation level for databases. For more information about isolation levels, see Isolation levels in Amazon Redshift.
STV_DB_ISOLATION_LEVEL is visible to all users. Superusers can see all rows; regular users can see only their own data. For more information, see Visibility of data in system tables and views.
Table columns
| Column name | Data type | Description |
|---|---|---|
| db_name | character(128) | The database name. |
| isolation_level | character(20) | The isolation level of the database. Possible values include Serializable and Snapshot Isolation. |