Re: INSERT or UPDATE TRIGGER

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: INSERT or UPDATE TRIGGER
Date: 2009-04-07 19:09:49
Message-ID: 19731.1239131389@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"James B. Byrne" <byrnejb(at)harte-lyne(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2009-04-07 19:20:30 Re: tsearch2 dictionary for statute cites
Previous Message Chris Spotts 2009-04-07 19:04:18 Re: INSERT or UPDATE TRIGGER