

 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/). 

# PG\$1PROC\$1INFO
<a name="r_PG_PROC_INFO"></a>

PG\$1PROC\$1INFO is an Amazon Redshift system view built on the PostgreSQL catalog table PG\$1PROC and the internal catalog table PG\$1PROC\$1EXTENDED. PG\$1PROC\$1INFO includes details about stored procedures and functions, including information related to output arguments, if any.

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

PG\$1PROC\$1INFO shows the following columns in addition to the columns in PG\$1PROC. The `oid` column in PG\$1PROC is called `prooid` in the PG\$1PROC\$1INFO table.

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

The field proargnames in PG\$1PROC\$1INFO contains the names of all types of arguments (including OUT and INOUT), if any.