Andreas Joseph Krogh wrote:
Hi all!

Is there a way of echo'ing a string(like "raise notice 'this is id%', id") from plpgsql? I want to echo/print it to STDOUT 'cause the notice-mechanism produces too much noise IMH.

Your function is running in the backend. You don't have a STDOUT (although you might have redirected STDERR for logging).

--
  Richard Huxton
  Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to