Simple client messages from within pgPL/SQL - Mailing list pgsql-general

From Andre Schnoor
Subject Simple client messages from within pgPL/SQL
Date
Msg-id 38178uF5k3llaU1@individual.net
Whole thread Raw
List pgsql-general
I'm desparately seeking for a simple way to send messages to the client
during the execution of large stored procedures.

  RAISE INFO 'Now Processing %', thisCustomer;

Doesn't do it, because the client console is cluttered with verbose context
information (e.g. backtrace). It's impossible to follow these "messages".

I'm afraid that lowering the verbosity level in the server config will also
affect error messages (where verbosity is helpful). Is there another way to
output strings to the "console"?

Any suggestions?
Thanks in advance.

Andre



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Triggers, again.. ;-)
Next
From: Phil Endecott
Date:
Subject: Re: Triggers, again.. ;-)