

 Amazon Redshift non supporterà più la creazione di nuovi Python UDFs a partire dalla Patch 198. Python esistente UDFs continuerà a funzionare fino al 30 giugno 2026. Per ulteriori informazioni, consulta il [post del blog](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/). 

Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.

# SVV\$1DEFAULT\$1PRIVILEGES
<a name="r_SVV_DEFAULT_PRIVILEGES"></a>

 Utilizzare SVV\$1DEFAULT\$1PRIVILEGES per visualizzare i privilegi predefiniti a cui l'utente ha accesso in un cluster Amazon Redshift. 

 SVV\$1DEFAULT\$1PRIVILEGES è visibile ai seguenti utenti:
+ Utenti con privilegi avanzati
+ Utenti con l'autorizzazione ACCESS SYSTEM TABLE

Gli altri utenti possono vedere solo le autorizzazioni predefinite assegnate.

## Colonne di tabella
<a name="r_SVV_DEFAULT_PRIVILEGES-table-rows"></a>

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

## Query di esempio
<a name="r_SVV_DEFAULT_PRIVILEGES-sample-query"></a>

 L'esempio seguente restituisce l'output di SVV\$1DEFAULT\$1PRIVILEGES. 

```
SELECT * from svv_default_privileges;

 schema_name |    object_type    | owner_id | owner_name | owner_type | privilege_type | grantee_id | grantee_name | grantee_type | admin_option
-------------+-------------------+--------- +------------+------------+----------------+------------+--------------+--------------+-------------+
   public    |     RELATION      |    106   |     u1     |    user    |     UPDATE     |     107    |      u2      |     user     |      f      |
   public    |     RELATION      |    106   |     u1     |    user    |     SELECT     |     107    |      u2      |     user     |      f      |
```