Re: [GENERAL] raise notice question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] raise notice question
Дата
Msg-id 7945.1484414136@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] raise notice question  (ProPAAS DBA <dba@propaas.com>)
Ответы Re: [GENERAL] raise notice question  (Kevin Grittner <kgrittn@gmail.com>)
Список pgsql-general
ProPAAS DBA <dba@propaas.com> writes:
> Is it possible to execute a raise notice without the "Notice" keyword
> being part of the output, or is there another construct that allows
> writing to output as simple informational text (without any sort of
> NOTICE, WARNING, etc being part of the output?

This is a matter for how your client code presents the message data.
So far as psql is concerned, the answer would be "no", but a custom
application could deconstruct the notice message however it wanted.

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] COPY value TO STDOUT
Следующее
От: Ankit Sablok
Дата:
Сообщение: [GENERAL] "make world" constantly throwing error on Ubuntu