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
SVV_TABLES
Use SVV_TABLES to view tables in local and external catalogs.
SVV_TABLES is visible to all users by default. To control access to your database's metadata, enable metadata security for your provisioned cluster or serverless workgroup. Metadata security lets you separate view permissions for object metadata by users and roles. For more information, see Metadata security.
For more information about best practices when querying system tables and views, see Querying System Tables.
Note
Use the SHOW TABLES command for table discovery. SHOW TABLES works consistently across local, datashare, and external catalog contexts and is updated as new features are released. For more information, see Best practices for discovering metadata.
Table columns
| Column name | Data type | Description |
|---|---|---|
| table_catalog | text | The name of the catalog where the table exists. |
| table_schema | text | The name the schema for the table. |
| table_name | text | The name of the table. |
| table_type | text | The type of table. Possible values are views, external tables, and base tables. |
| remarks | text | Remarks. |