[ODBC] MyLog and CommLog options - Mailing list pgsql-odbc

From Daniil Megrabyan
Subject [ODBC] MyLog and CommLog options
Date
Msg-id 6CCB1DAA-442A-4DA5-B8D7-739CB7B24734@gmail.com
Whole thread Raw
Responses Re: [ODBC] MyLog and CommLog options
List pgsql-odbc
I extremely need the most verbose log as it possible, I’m trying to enable MyLog and CommLog options in different ways
asa part of Driver description in odbcinst.ini and in the DSN section. No luck.  
I’m under macOS + unixODBC 2.3.4 + psqlodbc 09.05.0400

Current odbc.ini

[ODBC]
Trace = Yes
TraceFile = /usr/local/var/log/odbc/trace.log

[ODBC Drivers]
PostgreSQL = Installed

[PostgreSQL]
Description = PostgreSQL ODBC Driver
Driver = /usr/local/lib/psqlodbcw.so
Setup  = /usr/local/lib/psqlodbcw.so
Protocol = 6.4
FetchBufferSize = 99
ReadOnly = no
Debug = 1
MyLog = /tmp/mylog.log
CommLog = /tmp/commlog.log

What is wrong with my config?

Thanks in advance.

— Daniil A Megrabyan —


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [ODBC] [HY000] no error information; Error while preparingparameters
Next
From: "Vilches, Alejandro"
Date:
Subject: Re: [ODBC] Problem calling a function from ODBC application