Re: Debugging plpgsql functions

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: Tomáš Vondra <vondra(at)tesmail(dot)cz>
Cc: PostgreSQL Mailing Lists-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Debugging plpgsql functions
Date: 2002-09-09 15:01:51
Message-ID: Pine.LNX.4.44.0209091101290.11556-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

RAISE NOTICE is your friend for debugging plpgsql functions

On Mon, 9 Sep 2002, [ISO-8859-2] Tomá¹ Vondra wrote:

> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Darren Ferguson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Ploski 2002-09-09 15:04:26 Re: Is there a way to query whether a table has been changed or not?
Previous Message Bruno Wolff III 2002-09-09 14:50:13 Re: Is there a way to query whether a table has been changed or not?