Debugging plpgsql functions - Mailing list pgsql-general

From Tomáš Vondra
Subject Debugging plpgsql functions
Date
Msg-id 947545830.20020909154320@tesmail.cz
Whole thread Raw
Responses Re: Debugging plpgsql functions  (Darren Ferguson <darren@crystalballinc.com>)
List pgsql-general
Hello everybody,
   is it posssible to use "debugging" on a PostgreSQL server, at least
   for stored procedures. Is there some possibility to use
   breakpoints,, watches etc?

   For example when I'm programming stored procedure on my
   workstation, and I want to use it on a database server, is there a
   possibility for some advanced debugging?

   I haven't found IDE or editor supporting this feature, but I don't
   know if it's caused by impossibility to implement this.

   Tomas



pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Creating tons of tables to support a query
Next
From: Tom Lane
Date:
Subject: Re: Using the right tool