Re: Recommendations on plpgsql debugger?

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: Chris Travers <chris(dot)travers(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Recommendations on plpgsql debugger?
Date: 2013-01-15 17:13:53
Message-ID: 1358270033.78976.YahooMailNeo@web133205.mail.ir2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Chris

> From: Chris Travers <chris(dot)travers(at)gmail(dot)com>

>To: Postgres General <pgsql-general(at)postgresql(dot)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 noticed that 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 seem to 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Venky Kandaswamy 2013-01-15 18:18:17 Curious problem of using BETWEEN with start and end being the same versus EQUALS '='
Previous Message Fujii Masao 2013-01-15 16:46:56 Re: Streaming Replication