[pgadmin-support] debugging pgsql in pgadmin

2009-07-06 Thread fatmijumar fatmijumar
*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

[pgadmin-support] help on plpgsqldebugger

2009-06-20 Thread fatmijumar fatmijumar
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

[pgadmin-support] pgadmin III 1.10.0 beta3 issue about the graphical query builder

2009-06-12 Thread fatmijumar fatmijumar
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