Re: raise notice question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ProPAAS DBA <dba(at)propaas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: raise notice question
Date: 2017-01-14 17:15:36
Message-ID: 7945.1484414136@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ProPAAS DBA <dba(at)propaas(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ankit Sablok 2017-01-15 08:56:43 "make world" constantly throwing error on Ubuntu
Previous Message Tom Lane 2017-01-14 17:13:29 Re: COPY value TO STDOUT