Re: Separating raise notice lines - Mailing list pgsql-general

From Craig Ringer
Subject Re: Separating raise notice lines
Date
Msg-id 4A418BE1.1090608@postnewspapers.com.au
Whole thread Raw
In response to Separating raise notice lines  (Radcon Entec <radconentec@yahoo.com>)
List pgsql-general
Radcon Entec wrote:
> I like to use RAISE NOTICE statements to make sure my functions are working correctly.  I just wrote a trigger
functionthat has the following code: 

[snip]

> I am trying to insert a carriage return character (chr(10)) in the user name notice so that any subsequent notices
willappear on separate lines.  However, when I use a query to update a field that will fire this trigger, the Messages
tabcontains this: 

You're apparently not using psql. Normally, notices are printed
one-per-line by psql.

What is the "Messages" tab? in what software?

--
Craig Ringer

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Replication
Next
From: Scott Mead
Date:
Subject: Re: Replication