Re: Simple client messages from within pgPL/SQL

From: "Andre Schnoor" <andre(dot)schnoor(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Simple client messages from within pgPL/SQL
Date: 2005-02-23 15:41:14
Message-ID: 383md9F5khsjqU1@individual.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> This may be too simplistic an answer, but can't you just have the function
> return a text string and return the message you want to deliver back to
the
> client?

Thanks for your reply. However, this won't work because the INFO messages
are not the result or the function. They are a notification about the
procedure's progress (which is running for hours in the worst case). And
there are many different of them, indicating what's going on.

Andre

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ken Johanson 2005-02-23 15:49:47 Possible to run the server with ANSI/ISO string escapeing instead of C-style escapes?
Previous Message Cristian Prieto 2005-02-23 15:27:33 Re: Help with a very newbie question...