Installing debugger

From: Robert Fitzpatrick <lists(at)webtent(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Installing debugger
Date: 2008-05-16 12:32:14
Message-ID: 1210941134.618.73.camel@columbus.webtent.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have built posgresql 8.3.1 on a FreeBSD 6.1 via the ports system
WITH_DEBUG=true and also on a Windows machine with the debugger
selected. I see the plugin_debugger.dll under the lib/plugins folder on
the Windows machine as well. But when I look for the procs, they are not
there....

template1=# select * from pg_proc where proname like 'pldbg%';
proname | pronamespace | proowner | prolang | procost | prorows | proisagg | prosecdef | proisstrict | proretset | provolatile | pronargs | prorettype | proargtypes | proallargtypes | proargmodes | proargnames | prosrc | probin | proconfig | proacl
---------+--------------+----------+---------+---------+---------+----------+-----------+-------------+-----------+-------------+----------+------------+-------------+----------------+-------------+-------------+--------+--------+-----------+--------
(0 rows)

Can someone help or point me to some docs that can tell me what else I
need to do to enable debugging plpgsql?

--
Robert

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2008-05-16 13:06:40 Re: How to create a function with multiple RefCursor OUT parameters
Previous Message Vitaliyi 2008-05-16 12:32:13 Re: SSL auth problem