

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

# PL/pgSQL language reference
<a name="c_pl_pgSQL_reference"></a>

Stored procedures in Amazon Redshift are based on the PostgreSQL PL/pgSQL procedural language, with some important differences. In this reference, you can find details of PL/pgSQL syntax as implemented by Amazon Redshift. For more information about PL/pgSQL, see [PL/pgSQL - SQL procedural language](https://www.postgresql.org/docs/8.0/plpgsql.html) in the PostgreSQL documentation.

**Topics**
+ [PL/pgSQL reference conventions](c_PL_reference_conventions.md)
+ [Structure of PL/pgSQL](c_PLpgSQL-structure.md)
+ [Supported PL/pgSQL statements](c_PLpgSQL-statements.md)