From: | josep porres <jmporres(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: db error messages when I try to debug with pgadmin |
Date: | 2010-03-23 09:43:16 |
Message-ID: | d2d532611003230243y16f368fbve7e6ec8707db3ae0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I solved this issue creating the functions again using the script
pldbgapi.sql in
http://pgfoundry.org/frs/download.php/1916/edb-debugger-0.93.tgz
thanks for your support
josep
2010/3/17 josep porres <jmporres(at)gmail(dot)com>
>
> Hi guys,
>
>
> I cannot debug with pgadmin 1.10.2, I get an error in both debugging
> options.
> I have de debugging plugin loaded in a 8.4.3 server
>
>
> These are the errors I get
>
> DEBUG CONTEXT MENU OPTION
>
> I set the parameter values and hit OK.
>
> ERROR: function plpgsql_oid_debug(integer, integer) does not exist
> LINE 1: select plpgsql_oid_debug( 0, 17457 );
> ^
> HINT: No function matches the given name and argument types. You might need
> to add explicit type casts.
>
>
> SET BREAKPOINT CONTEXT MENU OPTION
>
> ERROR: syntax error at or near ","
> LINE 1: SELECT * FROM pldbg_set_global_breakpoint(, 17457, NULL, NUL...
> ^
> Subwindow:
> row number 0 is out of range 0..-1
>
>
>
> The function plpgsql_oid_debug which I have in the db is:
>
> CREATE OR REPLACE FUNCTION plpgsql_oid_debug(functionoid oid)
> RETURNS integer AS
> '$libdir/plugins/plugin_debugger', 'plpgsql_oid_debug'
> LANGUAGE 'c' VOLATILE STRICT
> COST 1;
> ALTER FUNCTION plpgsql_oid_debug(oid) OWNER TO postgres;
>
>
>
> Do I have to exec any script to have the correct functions or something
> like that?
> What's going wrong? Could you give me any tip?
>
> Thanks
>
> Josep Porres
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tuo Pe | 2010-03-23 09:59:28 | PL/pgSQL & OVERLAPS operator |
Previous Message | Sergio Ramazzina | 2010-03-23 08:23:22 | Before triggers and usage in partitioned tables |