Dave Page wrote:

E DEBUG, it does not. Where do RAISE DEBUG messages go?



By default they are hidden. Try running:


SET client_min_messages = 'DEBUG1'

Or similar at the beginning of your SQL session. See
http://www.postgresql.org/docs/7.4/static/runtime-config.html for more
details of client_min_messages.

You can also preset variables like this on a per database or per user
basis in the appropriate properties dialogue.



Do we need some more query tool options to automatically set things like this? Are there more candidates?


Regards,
Andreas



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
     subscribe-nomail command to [EMAIL PROTECTED] so that your
     message can get through to the mailing list cleanly

Reply via email to