Re: [GENERAL] raise notice question - Mailing list pgsql-general

From Tom Lane
Subject Re: [GENERAL] raise notice question
Date
Msg-id 7945.1484414136@sss.pgh.pa.us
Whole thread Raw
In response to [GENERAL] raise notice question  (ProPAAS DBA <dba@propaas.com>)
Responses Re: [GENERAL] raise notice question
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] COPY value TO STDOUT
Next
From: Ankit Sablok
Date:
Subject: [GENERAL] "make world" constantly throwing error on Ubuntu