Relative Content

Tag Archive for plpgsqlsupabase

Printing for Debugging Purposes in Supabase SQL Editor

I’m relatively new to both PL/pgSQL and Supabase, and I’m currently working on debugging my code within the Supabase SQL editor. I’d like to know how I can print or similiar function in the SQL editor specifically for debugging purposes. Could someone provide suggestions or best practices for achieving this?