Re: INSERT or UPDATE TRIGGER - Mailing list pgsql-general

From Tom Lane
Subject Re: INSERT or UPDATE TRIGGER
Date
Msg-id 19731.1239131389@sss.pgh.pa.us
Whole thread Raw
In response to Re: INSERT or UPDATE TRIGGER  ("James B. Byrne" <byrnejb@harte-lyne.ca>)
Responses Re: INSERT or UPDATE TRIGGER
List pgsql-general
"James B. Byrne" <byrnejb@harte-lyne.ca> writes:
> I am testing the trigger function that I wrote.  Is there a way to
> increase the logging detail level for just a single database
> instance?

ALTER DATABASE foo SET log_min_messages = whatever;

Note this will only affect subsequently-started sessions.  Also,
if memory serves, you have to be superuser to set this particular
variable.

            regards, tom lane

pgsql-general by date:

Previous
From: "Chris Spotts"
Date:
Subject: Re: INSERT or UPDATE TRIGGER
Next
From: "Kevin Grittner"
Date:
Subject: Re: tsearch2 dictionary for statute cites