Re: Simple client messages from within pgPL/SQL

Поиск
Список
Период
Сортировка
От Andre Schnoor
Тема Re: Simple client messages from within pgPL/SQL
Дата
Msg-id 383md9F5khsjqU1@individual.net
обсуждение исходный текст
Ответ на Simple client messages from within pgPL/SQL  ("Andre Schnoor" <andre.schnoor@web.de>)
Список 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 по дате отправления:

Предыдущее
От: "Cristian Prieto"
Дата:
Сообщение: Re: Help with a very newbie question...
Следующее
От: Ken Johanson
Дата:
Сообщение: Possible to run the server with ANSI/ISO string escapeing instead of C-style escapes?