Debugging Your PL/pgSQL Code

Audience:
Topic:

PL/pgSQL is a very robust development language allowing you to write complex business logic. The downside is as the complexity of your functions grows, how do you debug them? We have all used RAISE statements to print out the progress of our functions, but they can quickly overwhelm your logs becoming useless.

 

In this talk, we will: - Walk through the setup of 2 key PostgreSQL extensions, the PL/pgSQL Debugger and the PL Profiler

  • Demonstrate how the PL Profiler can identify problem areas in your functions
  • Setting breakpoints in functions and triggers
  • Stepping through PL/pgSQL functions
  • Discuss the performance impact of running the extensions on production environments
Room:
Room 107
Time:
Thursday, January 21, 2016 - 14:00 to 15:00