Phil Eaton 10/24/2021

Exploring PL/pgSQL: Strings, arrays, recursion, and parsing JSON

Read Original

This technical article is a deep dive into PostgreSQL's PL/pgSQL programming language. It covers core concepts including function creation, string and array manipulation, and recursive functions. The tutorial culminates in building a basic JSON parser as a practical learning exercise, with all code available on GitHub.

Exploring PL/pgSQL: Strings, arrays, recursion, and parsing JSON

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week