Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Dave Page
2008/11/4 Hiroshi Saito <[EMAIL PROTECTED]>: > Furthermore, I think it good to use libpq by which 8.3.5 was released. > So, it is better to pack up 08.03.0310.? > > to Dave and Inoue-san. > What do you think? 08.03.0400 sounds better to me. -- Dave Page EnterpriseDB UK: http://www.enterprise

Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Craig Ringer
Zahid Khan wrote: > > > I am using 8.3.1 driver ,Is this changed in any new version ? Not as far as I know. There might be problems if you were using, say, an 8.2.x driver with an 8.3 server, though. -- Craig Ringer -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make chan

Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Hiroshi Saito
Hi. Zahid Khan <[EMAIL PROTECTED]> writes: In my application we are getting different results in 8.2\xA0 and 8.3 servers. if we execute the query no 3 below after creating table even on psql.As psqlODBC drives executes query no 3 below to get foreign key information.if we want to reproduce thi

Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Zahid Khan
I am using 8.3.1 driver ,Is this changed in any new version ? --- On Tue, 11/4/08, Craig Ringer <[EMAIL PROTECTED]> wrote: From: Craig Ringer <[EMAIL PROTECTED]> Subject: Re: [BUGS] Behavior change of FK info query To: [EMAIL PROTECTED] Cc: pgsql-bugs@postgresql.org Date: Tuesday

Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Zahid Khan
I am using 8.3.1 driver ,Is this changed in any new version ? --- On Tue, 11/4/08, Craig Ringer <[EMAIL PROTECTED]> wrote: From: Craig Ringer <[EMAIL PROTECTED]> Subject: Re: [BUGS] Behavior change of FK info query To: [EMAIL PROTECTED] Cc: pgsql-bugs@postgresql.org Date: Tuesday

Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Craig Ringer
Zahid Khan wrote: > > Hi, > > I am getting one failures in odbc application with 8.3 server which is > related to foreign key information. Which ODBC driver version are you using? Remember that newer drivers work with older database servers, but older drivers may not work with newer database ser

Re: [BUGS] Behavior change of FK info query

2008-11-04 Thread Tom Lane
Zahid Khan <[EMAIL PROTECTED]> writes: > In my application we are getting different results in 8.2  and 8.3 servers. > if we execute the query no 3 below after creating table even on psql.As > psqlODBC drives executes query no 3 below to get foreign key information.if > we want to reproduce this