Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC

Lists: pgsql-bugspgsql-odbc
From: Копыченко Павел <t34box(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2012-10-12 14:29:20
Message-ID: 50782940.6020605@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

Sorry to bother you. Please tell me exactly how the compiler was built ODBC
driver psqlodbc-09.01.0200 architecture for Windows 64? What exact version
of the compiler? please


From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Копыченко Павел <t34box(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2012-10-13 10:55:17
Message-ID: 50794895.4000405@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

On 10/12/2012 10:29 PM, Копыченко Павел wrote:
> Sorry to bother you. Please tell me exactly how the compiler was built ODBC
> driver psqlodbc-09.01.0200 architecture for Windows 64? What exact version
> of the compiler? please

This isn't a bug report.

You might want to ask on the psql-odbc mailing list. It'd help to
explain what *exactly* you want to know and why. Do you just need the
exact compiler version? Do you need to reproduce the build? Do you need
library / build environment info?

--
Craig Ringer


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Копыченко Павел <t34box(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2012-10-14 06:52:04
Message-ID: 507A6114.1000802@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

Hi Копыченко-san.

sorry late reaction.

Here is explanation of the build method.
http://psqlodbc.projects.postgresql.org/win32-compilation.html
however, VS2012 is referred to by the reason Microsoft always
offers the newest IDE. I had not used VS2012 yet..:-(
therefore, It does not know whether it can build satisfactory.

then, build environment to recommend has Platform SDK.
It is "Windows SDK for Windows Server 2008 and .NET Framework 3.5"
http://www.microsoft.com/en-us/download/details.aspx?id=11310

P.S)
this subject have a desirable ODBC mailing list.
Please use here. thanks.
pgsql-odbc(at)postgresql(dot)org

Best regards,
Hiroshi Saito

(2012/10/12 23:29), Копыченко Павел wrote:
> Sorry to bother you. Please tell me exactly how the compiler was built ODBC
> driver psqlodbc-09.01.0200 architecture for Windows 64? What exact version
> of the compiler? please
>
>


From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Копыченко Павел <t34box(at)gmail(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2012-10-14 13:45:44
Message-ID: 507AC208.7080702@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

On 10/14/2012 09:40 PM, Копыченко Павел wrote:
> Still, thank you very much for your response. I can `t have two weeks to
> build the driver from source for Windows 7 x64.

... so you just need to compile the driver for Windows x64? The exact
compiler version isn't actually the concern, it's just that you need
help with compiling it?

> But this error is repeated.
> I beg you to help me. I really need my version driver.

Hang on, so you can compile it fine, but you're having trouble creating
an *installer* for it?

--
Craig Ringer


From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2013-06-20 08:59:42
Message-ID: CANFyU96ZN5DK=mqmgaR2JS0SXcbiskmxo3+V9fP3P6cRvQPerA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

I've built psqlODBC-09.01.0200 sources on Windows 64. The testing with
PostgreSQL 9.2 version gives the error "Could not connect to the server". I
picked up the Windows installer of yours (psqlodbc_09_01_0200-x64.zip) and
I see that the connection is successful.

I'm using Visual Studio 2010 and this is the command to compile:

nmake /f win64.mak ANSI_VERSION=yes PG_INC=%PG_HOME_PATH%\include
PG_LIB=%PG_HOME_PATH%\lib SSL_INC=%OPENSSL_PATH%\include
SSL_LIB=%OPENSSL_PATH%\lib LINKMT=no USE_SSPI=yes CPU=X64 CFG=Release ALL

On Sun, Oct 14, 2012 at 12:22 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp> wrote:

> Hi Копыченко-san.
>
> sorry late reaction.
>
> Here is explanation of the build method.
> http://psqlodbc.projects.**postgresql.org/win32-**compilation.html<http://psqlodbc.projects.postgresql.org/win32-compilation.html>
> however, VS2012 is referred to by the reason Microsoft always
> offers the newest IDE. I had not used VS2012 yet..:-(
> therefore, It does not know whether it can build satisfactory.
>
> then, build environment to recommend has Platform SDK.
> It is "Windows SDK for Windows Server 2008 and .NET Framework 3.5"
> http://www.microsoft.com/en-**us/download/details.aspx?id=**11310<http://www.microsoft.com/en-us/download/details.aspx?id=11310>
>
> P.S)
> this subject have a desirable ODBC mailing list.
> Please use here. thanks.
> pgsql-odbc(at)postgresql(dot)org
>
> Best regards,
> Hiroshi Saito
>
>
> (2012/10/12 23:29), Копыченко Павел wrote:
>
>> Sorry to bother you. Please tell me exactly how the compiler was built
>> ODBC
>> driver psqlodbc-09.01.0200 architecture for Windows 64? What exact version
>> of the compiler? please
>>
>>
>>
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-bugs<http://www.postgresql.org/mailpref/pgsql-bugs>
>


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2013-06-20 12:35:45
Message-ID: 51C2F721.6020501@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

Hi Sandeep-san.

please use psqlodbc-09.02.0100.tar.gz.
http://www.postgresql.org/ftp/odbc/versions/src/

It Inoue-san fixed VS version problem error.h.
==
Don't #include errno.h on Windows. VC10 or later intentionally changed
the values of error numbers like EINTR, EWOULDBLOCK.

http://git.postgresql.org/gitweb/?p=psqlodbc.git;a=commit;h=cf6d2079ec25fc8acca0b776ca3901dc83b13867
==

Regards,
Hiroshi Saito

(2013/06/20 17:59), Sandeep Thakkar wrote:
> I've built psqlODBC-09.01.0200 sources on Windows 64. The testing with
> PostgreSQL 9.2 version gives the error "Could not connect to the
> server". I picked up the Windows installer of yours
> (psqlodbc_09_01_0200-x64.zip) and I see that the connection is successful.
>
> I'm using Visual Studio 2010 and this is the command to compile:
>
> nmake /f win64.mak ANSI_VERSION=yes PG_INC=%PG_HOME_PATH%\include
> PG_LIB=%PG_HOME_PATH%\lib SSL_INC=%OPENSSL_PATH%\include
> SSL_LIB=%OPENSSL_PATH%\lib LINKMT=no USE_SSPI=yes CPU=X64 CFG=Release ALL
>
> On Sun, Oct 14, 2012 at 12:22 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp
> <mailto:hiroshi(at)winpg(dot)jp>> wrote:
>
> Hi Копыченко-san.
>
> sorry late reaction.
>
> Here is explanation of the build method.
> http://psqlodbc.projects.__postgresql.org/win32-__compilation.html
> <http://psqlodbc.projects.postgresql.org/win32-compilation.html>
> however, VS2012 is referred to by the reason Microsoft always
> offers the newest IDE. I had not used VS2012 yet..:-(
> therefore, It does not know whether it can build satisfactory.
>
> then, build environment to recommend has Platform SDK.
> It is "Windows SDK for Windows Server 2008 and .NET Framework 3.5"
> http://www.microsoft.com/en-__us/download/details.aspx?id=__11310
> <http://www.microsoft.com/en-us/download/details.aspx?id=11310>
>
> P.S)
> this subject have a desirable ODBC mailing list.
> Please use here. thanks.
> pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org>
>
> Best regards,
> Hiroshi Saito
>
>
> (2012/10/12 23:29), Копыченко Павел wrote:
>
> Sorry to bother you. Please tell me exactly how the compiler was
> built ODBC
> driver psqlodbc-09.01.0200 architecture for Windows 64? What
> exact version
> of the compiler? please
>
>
>
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org
> <mailto:pgsql-bugs(at)postgresql(dot)org>)
> To make changes to your subscription:
> http://www.postgresql.org/__mailpref/pgsql-bugs
> <http://www.postgresql.org/mailpref/pgsql-bugs>
>
>
>
>


From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2013-06-21 07:11:12
Message-ID: CANFyU965DXgvhszGS_moyybtJErMRr6ocYJnXJ8b11vbf7Z3Cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

Hi Hiroshi

I used psqlodbc-09.02.0100 and it works fine. Thanks.

I also back ported this patch to psqlodbc-09.01.0200 and it also works fine
there as well. I hope this is fine.

On Thu, Jun 20, 2013 at 6:05 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp> wrote:

> Hi Sandeep-san.
>
> please use psqlodbc-09.02.0100.tar.gz.
> http://www.postgresql.org/ftp/odbc/versions/src/
>
> It Inoue-san fixed VS version problem error.h.
> ==
> Don't #include errno.h on Windows. VC10 or later intentionally changed
> the values of error numbers like EINTR, EWOULDBLOCK.
>
>
> http://git.postgresql.org/gitweb/?p=psqlodbc.git;a=commit;h=cf6d2079ec25fc8acca0b776ca3901dc83b13867
> ==
>
> Regards,
> Hiroshi Saito
>
> (2013/06/20 17:59), Sandeep Thakkar wrote:
> > I've built psqlODBC-09.01.0200 sources on Windows 64. The testing with
> > PostgreSQL 9.2 version gives the error "Could not connect to the
> > server". I picked up the Windows installer of yours
> > (psqlodbc_09_01_0200-x64.zip) and I see that the connection is
> successful.
> >
> > I'm using Visual Studio 2010 and this is the command to compile:
> >
> > nmake /f win64.mak ANSI_VERSION=yes PG_INC=%PG_HOME_PATH%\include
> > PG_LIB=%PG_HOME_PATH%\lib SSL_INC=%OPENSSL_PATH%\include
> > SSL_LIB=%OPENSSL_PATH%\lib LINKMT=no USE_SSPI=yes CPU=X64 CFG=Release ALL
> >
> > On Sun, Oct 14, 2012 at 12:22 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp
> > <mailto:hiroshi(at)winpg(dot)jp>> wrote:
> >
> > Hi Копыченко-san.
> >
> > sorry late reaction.
> >
> > Here is explanation of the build method.
> > http://psqlodbc.projects.__postgresql.org/win32-__compilation.html
> > <http://psqlodbc.projects.postgresql.org/win32-compilation.html>
> > however, VS2012 is referred to by the reason Microsoft always
> > offers the newest IDE. I had not used VS2012 yet..:-(
> > therefore, It does not know whether it can build satisfactory.
> >
> > then, build environment to recommend has Platform SDK.
> > It is "Windows SDK for Windows Server 2008 and .NET Framework 3.5"
> > http://www.microsoft.com/en-__us/download/details.aspx?id=__11310
> > <http://www.microsoft.com/en-us/download/details.aspx?id=11310>
> >
> > P.S)
> > this subject have a desirable ODBC mailing list.
> > Please use here. thanks.
> > pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org>
> >
> > Best regards,
> > Hiroshi Saito
> >
> >
> > (2012/10/12 23:29), Копыченко Павел wrote:
> >
> > Sorry to bother you. Please tell me exactly how the compiler was
> > built ODBC
> > driver psqlodbc-09.01.0200 architecture for Windows 64? What
> > exact version
> > of the compiler? please
> >
> >
> >
> >
> >
> > --
> > Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org
> > <mailto:pgsql-bugs(at)postgresql(dot)org>)
> > To make changes to your subscription:
> > http://www.postgresql.org/__mailpref/pgsql-bugs
> > <http://www.postgresql.org/mailpref/pgsql-bugs>
> >
> >
> >
> >
>
>


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2013-06-21 14:25:05
Message-ID: 51C46241.4010007@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

Hi Sandeep-san.

Good:-)
However, psqlODBC is latest version to be able to connecting each
release version of Postgres. why did you use the old driver?

Regards,
Hiroshi Saito

(2013/06/21 16:11), Sandeep Thakkar wrote:
> Hi Hiroshi
>
> I used psqlodbc-09.02.0100 and it works fine. Thanks.
>
> I also back ported this patch to psqlodbc-09.01.0200 and it also works
> fine there as well. I hope this is fine.
>
>
> On Thu, Jun 20, 2013 at 6:05 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp
> <mailto:hiroshi(at)winpg(dot)jp>> wrote:
>
> Hi Sandeep-san.
>
> please use psqlodbc-09.02.0100.tar.gz.
> http://www.postgresql.org/ftp/odbc/versions/src/
>
> It Inoue-san fixed VS version problem error.h.
> ==
> Don't #include errno.h on Windows. VC10 or later intentionally changed
> the values of error numbers like EINTR, EWOULDBLOCK.
>
> http://git.postgresql.org/gitweb/?p=psqlodbc.git;a=commit;h=cf6d2079ec25fc8acca0b776ca3901dc83b13867
> ==
>
> Regards,
> Hiroshi Saito
>
> (2013/06/20 17:59), Sandeep Thakkar wrote:
> > I've built psqlODBC-09.01.0200 sources on Windows 64. The testing with
> > PostgreSQL 9.2 version gives the error "Could not connect to the
> > server". I picked up the Windows installer of yours
> > (psqlodbc_09_01_0200-x64.zip) and I see that the connection is
> successful.
> >
> > I'm using Visual Studio 2010 and this is the command to compile:
> >
> > nmake /f win64.mak ANSI_VERSION=yes PG_INC=%PG_HOME_PATH%\include
> > PG_LIB=%PG_HOME_PATH%\lib SSL_INC=%OPENSSL_PATH%\include
> > SSL_LIB=%OPENSSL_PATH%\lib LINKMT=no USE_SSPI=yes CPU=X64
> CFG=Release ALL
> >
> > On Sun, Oct 14, 2012 at 12:22 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp
> <mailto:hiroshi(at)winpg(dot)jp>
> > <mailto:hiroshi(at)winpg(dot)jp <mailto:hiroshi(at)winpg(dot)jp>>> wrote:
> >
> > Hi Копыченко-san.
> >
> > sorry late reaction.
> >
> > Here is explanation of the build method.
> >
> http://psqlodbc.projects.__postgresql.org/win32-__compilation.html
> <http://postgresql.org/win32-__compilation.html>
> > <http://psqlodbc.projects.postgresql.org/win32-compilation.html>
> > however, VS2012 is referred to by the reason Microsoft always
> > offers the newest IDE. I had not used VS2012 yet..:-(
> > therefore, It does not know whether it can build satisfactory.
> >
> > then, build environment to recommend has Platform SDK.
> > It is "Windows SDK for Windows Server 2008 and .NET Framework 3.5"
> > http://www.microsoft.com/en-__us/download/details.aspx?id=__11310
> > <http://www.microsoft.com/en-us/download/details.aspx?id=11310>
> >
> > P.S)
> > this subject have a desirable ODBC mailing list.
> > Please use here. thanks.
> > pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org>
> <mailto:pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org>>
> >
> > Best regards,
> > Hiroshi Saito
> >
> >
> > (2012/10/12 23:29), Копыченко Павел wrote:
> >
> > Sorry to bother you. Please tell me exactly how the
> compiler was
> > built ODBC
> > driver psqlodbc-09.01.0200 architecture for Windows 64? What
> > exact version
> > of the compiler? please
> >
> >
> >
> >
> >
> > --
> > Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org
> <mailto:pgsql-bugs(at)postgresql(dot)org>
> > <mailto:pgsql-bugs(at)postgresql(dot)org
> <mailto:pgsql-bugs(at)postgresql(dot)org>>)
> > To make changes to your subscription:
> > http://www.postgresql.org/__mailpref/pgsql-bugs
> > <http://www.postgresql.org/mailpref/pgsql-bugs>
> >
> >
> >
> >
>
>
>
>
>


From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Re: [BUGS] Sorry to bother you. Please tell me exactly how the compiler was built ODBC
Date: 2013-06-22 01:53:03
Message-ID: CANFyU94uT34teVH8rMJDaLoJG2hQ=89vTbZiZj=403=Bnk02sA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-odbc

Hi

Not using the older driver. Using 09.02.0100 now. :)

Thanks for your help.

On Fri, Jun 21, 2013 at 7:55 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp> wrote:

> Hi Sandeep-san.
>
> Good:-)
> However, psqlODBC is latest version to be able to connecting each
> release version of Postgres. why did you use the old driver?
>
> Regards,
> Hiroshi Saito
>
> (2013/06/21 16:11), Sandeep Thakkar wrote:
> > Hi Hiroshi
> >
> > I used psqlodbc-09.02.0100 and it works fine. Thanks.
> >
> > I also back ported this patch to psqlodbc-09.01.0200 and it also works
> > fine there as well. I hope this is fine.
> >
> >
> > On Thu, Jun 20, 2013 at 6:05 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp
> > <mailto:hiroshi(at)winpg(dot)jp>> wrote:
> >
> > Hi Sandeep-san.
> >
> > please use psqlodbc-09.02.0100.tar.gz.
> > http://www.postgresql.org/ftp/odbc/versions/src/
> >
> > It Inoue-san fixed VS version problem error.h.
> > ==
> > Don't #include errno.h on Windows. VC10 or later intentionally
> changed
> > the values of error numbers like EINTR, EWOULDBLOCK.
> >
> >
> http://git.postgresql.org/gitweb/?p=psqlodbc.git;a=commit;h=cf6d2079ec25fc8acca0b776ca3901dc83b13867
> > ==
> >
> > Regards,
> > Hiroshi Saito
> >
> > (2013/06/20 17:59), Sandeep Thakkar wrote:
> > > I've built psqlODBC-09.01.0200 sources on Windows 64. The testing
> with
> > > PostgreSQL 9.2 version gives the error "Could not connect to the
> > > server". I picked up the Windows installer of yours
> > > (psqlodbc_09_01_0200-x64.zip) and I see that the connection is
> > successful.
> > >
> > > I'm using Visual Studio 2010 and this is the command to compile:
> > >
> > > nmake /f win64.mak ANSI_VERSION=yes PG_INC=%PG_HOME_PATH%\include
> > > PG_LIB=%PG_HOME_PATH%\lib SSL_INC=%OPENSSL_PATH%\include
> > > SSL_LIB=%OPENSSL_PATH%\lib LINKMT=no USE_SSPI=yes CPU=X64
> > CFG=Release ALL
> > >
> > > On Sun, Oct 14, 2012 at 12:22 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp
> > <mailto:hiroshi(at)winpg(dot)jp>
> > > <mailto:hiroshi(at)winpg(dot)jp <mailto:hiroshi(at)winpg(dot)jp>>> wrote:
> > >
> > > Hi Копыченко-san.
> > >
> > > sorry late reaction.
> > >
> > > Here is explanation of the build method.
> > >
> > http://psqlodbc.projects.__postgresql.org/win32-__compilation.html
> > <http://postgresql.org/win32-__compilation.html>
> > > <
> http://psqlodbc.projects.postgresql.org/win32-compilation.html>
> > > however, VS2012 is referred to by the reason Microsoft always
> > > offers the newest IDE. I had not used VS2012 yet..:-(
> > > therefore, It does not know whether it can build satisfactory.
> > >
> > > then, build environment to recommend has Platform SDK.
> > > It is "Windows SDK for Windows Server 2008 and .NET Framework
> 3.5"
> > >
> http://www.microsoft.com/en-__us/download/details.aspx?id=__11310
> > > <http://www.microsoft.com/en-us/download/details.aspx?id=11310
> >
> > >
> > > P.S)
> > > this subject have a desirable ODBC mailing list.
> > > Please use here. thanks.
> > > pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org>
> > <mailto:pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org
> >>
> > >
> > > Best regards,
> > > Hiroshi Saito
> > >
> > >
> > > (2012/10/12 23:29), Копыченко Павел wrote:
> > >
> > > Sorry to bother you. Please tell me exactly how the
> > compiler was
> > > built ODBC
> > > driver psqlodbc-09.01.0200 architecture for Windows 64?
> What
> > > exact version
> > > of the compiler? please
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org
> > <mailto:pgsql-bugs(at)postgresql(dot)org>
> > > <mailto:pgsql-bugs(at)postgresql(dot)org
> > <mailto:pgsql-bugs(at)postgresql(dot)org>>)
> > > To make changes to your subscription:
> > > http://www.postgresql.org/__mailpref/pgsql-bugs
> > > <http://www.postgresql.org/mailpref/pgsql-bugs>
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
>
>

--
Sandeep Thakkar
Senior Software Engineer
EnterpriseDB Corporation
The Postgres Database Company
Phone: +91.20.30589505

Website: www.enterprisedb.com
EnterpriseDB Blog: http://blogs.enterprisedb.com/
Follow us on Twitter: http://www.twitter.com/enterprisedb

This e-mail message (and any attachment) is intended for the use of the
individual or entity to whom it is addressed. This message contains
information from EnterpriseDB Corporation that may be privileged,
confidential, or exempt from disclosure under applicable law. If you are
not the intended recipient or authorized to receive this for the intended
recipient, any use, dissemination, distribution, retention, archiving, or
copying of this communication is strictly prohibited. If you have received
this e-mail in error, please notify the sender immediately by reply e-mail
and delete this message.