Re: Access query as executed by postgres

From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Fred Parkinson" <FredP(at)abag(dot)ca(dot)gov>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Access query as executed by postgres
Date: 2008-06-11 21:51:30
Message-ID: 396486430806111451k6baeea7dgca1cb39eabce35e5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Wed, Jun 11, 2008 at 11:37 AM, Fred Parkinson <FredP(at)abag(dot)ca(dot)gov> wrote:
> I have turned ODBC logging on but it doesn't seem to log the query sent to postgres.

Here is what I like to do:

log_destination = 'stderr'
redirect_stderr = on

log_statement = 'all'

--
Regards,
Richard Broersma Jr.

Visit the Los Angles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Alistair Bayley 2008-06-13 14:06:47 Driver support for ODBC escape sequences?
Previous Message Adrian Klaver 2008-06-11 20:28:38 Re: Access query as executed by postgres