Re: pl/pgSQL development environment - Mailing list pgsql-novice

From Richard Broersma
Subject Re: pl/pgSQL development environment
Date
Msg-id 396486430808041259wb230c60x33a568f9be972166@mail.gmail.com
Whole thread Raw
In response to pl/pgSQL development environment  ("Wm.A.Stafford" <stafford@marine.rutgers.edu>)
List pgsql-novice
On Mon, Aug 4, 2008 at 12:40 PM, Wm.A.Stafford
<stafford@marine.rutgers.edu> wrote:

> Using both  psql and pgADMINIII I was able to load and execute this and see
> 2 as the output but I did not
> see the output of the RAISE statement.  The RAISE output was not in the log
> file either.
> Where does it go and can it be redirected to stdout?

You have raised many good questions.  This is one that I can answer.
To see "DEBUG' level logging, you have to alter your Postgresql.conf
file to specify that DEBUG level of logging be written to the log
files.  If you were to raise EXECEPTION or NOTICE instead, depending
upon your log level verbosity, you will most likely see this level of
detail written to your logs.


--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

pgsql-novice by date:

Previous
From: "Wm.A.Stafford"
Date:
Subject: pl/pgSQL development environment
Next
From: "Charles N. Charotti"
Date:
Subject: Re: pl/pgSQL development environment