Re: some log statements ignored - Mailing list pgsql-general

From Bruce Momjian
Subject Re: some log statements ignored
Date
Msg-id 200610122235.k9CMZ0I23343@momjian.us
Whole thread Raw
In response to some log statements ignored  (brian <brian@zijn-digital.com>)
Responses Re: some log statements ignored  (brian <brian@zijn-digital.com>)
List 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@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

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

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: A query planner that learns
Next
From: Scott Marlowe
Date:
Subject: Re: A query planner that learns