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

From Andre Schnoor
Subject Re: Simple client messages from within pgPL/SQL
Date
Msg-id 383md9F5khsjqU1@individual.net
Whole thread Raw
In response to Simple client messages from within pgPL/SQL  ("Andre Schnoor" <andre.schnoor@web.de>)
List 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



pgsql-general by date:

Previous
From: "Cristian Prieto"
Date:
Subject: Re: Help with a very newbie question...
Next
From: Ken Johanson
Date:
Subject: Possible to run the server with ANSI/ISO string escapeing instead of C-style escapes?