How can I debug a PostgreSQL function in dbForge?

Discussion of open issues, suggestions and bugs regarding database management and development tools for PostgreSQL
Post Reply
Welton3
Posts: 23
Joined: Thu 04 Sep 2014 15:36

How can I debug a PostgreSQL function in dbForge?

Post by Welton3 » Mon 25 Jun 2018 14:49

I have written a function in PostgreSQL, but I get errors when I execute it. My function calls regex_split_to_array, but the error indicates that an array element is null. However, if I execute the regex_split_to_array in a select statement, I can see that all elements have a value.

I see that there is a debugger for SQL Server (https://www.devart.com/dbforge/sql/stud ... ugger.html). Is there such a thing for PostgreSQL? If not, how else can I debug my function?

alexa

Re: How can I debug a PostgreSQL function in dbForge?

Post by alexa » Tue 26 Jun 2018 09:31

We are planning to implement this feature in the next version 2.2.

Post Reply