Is there any postgreSQL GUI tool with a script editor which can "execute one
statement at a time" , i.e:
If cursor is put on SQL stement in the middle of script and "Execute a single
stement" command is issued then only this SQL particular statement (statement
is terminated by ";" for example) is executed and cursor moved to thenext
statement?
Something similar to pgADMIN sql editor but w/o a need to select a statement
to be executed?
Thank you in advance, Laimis