Radcon Entec wrote:
> I like to use RAISE NOTICE statements to make sure my functions are working 
> correctly.  I just wrote a trigger function that 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 will appear on separate lines.  
> However, when I use a query to update a field that will fire this trigger, 
> the Messages tab contains 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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to