Percona Resources

Software
Downloads

All of Percona’s open source software products, in one place, to download as much or as little as you need.

Valkey Contribution

Product Documentation

Why Percona for MongoDB?

Why Percona for PostgreSQL?

Percona Blog

Percona Blog

Our popular knowledge center for all Percona products and all related topics.

Community

Percona Community Hub

A place to stay in touch with the open source community

Events

Percona Events Hub

See all of Percona’s upcoming events and view materials like webinars and forums from past events

About

About Percona

Percona is an open source database software, support, and services company that helps make databases and applications run better.

Percona in the News

See Percona’s recent news coverage, press releases and industry recognition for our open source software and support.

Our Customers

Our Partners

Careers

Contact Us

06/12/2019

Percona Live Open Source Database Conference 2019

Jim Mlodgenski

When developing against a PostgreSQL database, many times you will use SQL from your applications, but sometimes you need more. You might need to run some of your logic on the database server for performance or you may want to just create some server-side functions to simplify your application development. There is an infinite number of reasons why you would want to write some code that runs on the PostgreSQL server and PostgreSQL has a rich set of options when you want to do that, but most times, you will use PL/pgSQL. The primary objective of this tutorial is to introduce you to the PostgreSQL PL/pgSQL programming language and to give you the practical skills to be a productive developer working with PostgreSQL databases. In the course of this tutorial, you will be introduced to a variety of fundamental PL/pgSQL functions like: * How to declare and use PL/SQL Variables * How to create functions and procedures * How to write triggers * Handle run time errors And much more…
Jim Mlodgenski

Jim Mlodgenski

Principal database engineer at Amazon Web Services, Co-Chair – PGConf US, Director – United States PostgreSQL, Co-organizer of Philly PUG & NYC PUG, former CTO at OpenSCG