Re: some log statements ignored

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: brian <brian(at)zijn-digital(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: some log statements ignored
Date: 2006-10-12 22:35:00
Message-ID: 200610122235.k9CMZ0I23343@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

brian wrote:
> I changed my postgresql.conf to have:
>
> log_statement = mod
>
> It appears to be working, though not logging *all* INSERTs. For
> instance, I have a PHP class that inserts into two tables in a
> transaction. The log shows the first, but not the second. Has anyone
> seen this behaviour?
>
>
> test=# show log_statement;
> log_statement
> ---------------
> mod
> (1 row)

I have no idea why that would happen. If you do 'all' do you see all of
them?

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-10-12 22:39:20 Re: A query planner that learns
Previous Message Jim C. Nasby 2006-10-12 22:14:01 Re: A query planner that learns