Re: Recommendations on plpgsql debugger? - Mailing list pgsql-general

From Glyn Astill
Subject Re: Recommendations on plpgsql debugger?
Date
Msg-id 1358270033.78976.YahooMailNeo@web133205.mail.ir2.yahoo.com
Whole thread Raw
In response to Recommendations on plpgsql debugger?  (Chris Travers <chris.travers@gmail.com>)
List pgsql-general
Hi Chris

> From: Chris Travers <chris.travers@gmail.com>

>To: Postgres General <pgsql-general@postgresql.org>
>Sent: Tuesday, 15 January 2013, 7:59
>Subject: [GENERAL] Recommendations on plpgsql debugger?
>
>
>Hi all;
>
>
>I have a client who needs a way to step through a PL/PGSQL function and ideally see what one is doing at present.  I
noticedthat there used to be an EDB Debugger module for this purpose but I can't seem to find one for 9.1 and I can't
seemto pull from csv to try. 
>
>
>Any alternatives? Am I missing something?


Yeah, the cvs repository appears to have been replaced with git instead, try doing a git clone from:


git://git.postgresql.org/git/pldebugger.git

Glyn



pgsql-general by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Streaming Replication
Next
From: Venky Kandaswamy
Date:
Subject: Curious problem of using BETWEEN with start and end being the same versus EQUALS '='