Re: Debugging plpgsql functions - Mailing list pgsql-general

From Darren Ferguson
Subject Re: Debugging plpgsql functions
Date
Msg-id Pine.LNX.4.44.0209091101290.11556-100000@thread.crystalballinc.com
Whole thread Raw
In response to Debugging plpgsql functions  (Tomáš Vondra <vondra@tesmail.cz>)
Responses Re: Debugging plpgsql functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@postgresql.org
>

--
Darren Ferguson


pgsql-general by date:

Previous
From: Jan Ploski
Date:
Subject: Re: this is postgresql question..how do i drop unique constraint on a column?
Next
From: Jan Ploski
Date:
Subject: Re: Is there a way to query whether a table has been changed or not?