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   [EMAIL PROTECTED]
  EnterpriseDB    http://www.enterprisedb.com

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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to