

 Amazon Redshift will no longer support the creation of new Python UDFs starting Patch 198. Existing Python UDFs will continue to function until June 30, 2026. For more information, see the [ blog post ](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/). 

# SVL\$1USER\$1INFO
<a name="r_SVL_USER_INFO"></a>

You can retrieve data about Amazon Redshift database users with the SVL\$1USER\$1INFO view.

SVL\$1USER\$1INFO is visible only to superusers. For more information, see [Visibility of data in system tables and views](cm_chap_system-tables.md#c_visibility-of-data).

## Table columns
<a name="SVL_USER_INFO-table-columns"></a>

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

## Sample queries
<a name="SVL_USER_INFO-sample-queries"></a>

The following command retrieves user information from SVL\$1USER\$1INFO.

```
SELECT * FROM SVL_USER_INFO;
```