*1. Environment*
- postgresql 8.4.0 + plpgsql debugger
- pgadmin III v.1.10.0
We debug functions with pgadmin, and it is OK (including stepping into other
functions, thanks for your help).
*2. Question*
The question is: suppose many pgsql functions with many arguments. Each time
we need to debu
We have
- postgresql 8.3.7 + plpgsql debugger
- pgadmin III v.1.10.0 RC1
The debugger works OK with pgsql functions, but it does not work
stepping into other functions.
That is
function 1
BEGIN
...
calls function 2 (step into does not work, it does not go into the
code of function2)
END;
We
Hi,
When making use of the graphical query builder, is it OK for inner
joins, but if you neeed to make an outer (left/right) join, it seems
that there is no way to do it. Instead of this, join types are shown
as operators (>,<,>=,<=), what seems to be no use.
Please, I would appreciate some comme