[BUGS] BUG #6330: Incorrect select results when using mutually exclusive conditions for nullable column with index

2011-12-07 Thread nikolay . gorshkov
The following bug has been logged on the website: Bug reference: 6330 Logged by: Nikolay Gorshkov Email address: nikolay.gorsh...@gmail.com PostgreSQL version: 9.0.4 Operating system: Ubuntu 10.04.2 LTS Description: How to reproduce: # create table test (uid varchar

Re: [BUGS] BUG #6330: Incorrect select results when using mutually exclusive conditions for nullable column with index

2011-12-07 Thread bricklen
On Wed, Dec 7, 2011 at 5:42 AM, wrote: > PostgreSQL version information: > # select version(); > Result: PostgreSQL 9.0.4 on i486-pc-linux-gnu, compiled by GCC gcc-4.4.real > (Ubuntu 4.4.3-4ubuntu5) 4.4.3, 32-bit > > Linux information: > # uname -a > Result: Linux hostname 2.6.32-21-generic-pae #

Re: [BUGS] BUG #6330: Incorrect select results when using mutually exclusive conditions for nullable column with index

2011-12-07 Thread Tom Lane
bricklen writes: > On Wed, Dec 7, 2011 at 5:42 AM, wrote: >> PostgreSQL version information: >> Result: PostgreSQL 9.0.4 on i486-pc-linux-gnu, compiled by GCC gcc-4.4.real >> (Ubuntu 4.4.3-4ubuntu5) 4.4.3, 32-bit > FWIW, I could not reproduce it on > PostgreSQL 9.0.5 on x86_64-unknown-linux-gnu

Re: [BUGS] BUG #6329: ODBC ANSI driver psqlODBC v09.00.0310.1

2011-12-07 Thread Kevin Grittner
wrote: > ODBC ANSI driver psqlODBC v09.00.0310.1 does not properly pass > values when data is of type "INTERVAL" to Crystal Reports. You might want to try posting this issue to the pgsql-odbc list. -Kevin -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to yo