[BUGS] BUG #8175: Check constraint fails for valid data. ( rounding related? )

2013-05-22 Thread dan . libby
The following bug has been logged on the website: Bug reference: 8175 Logged by: Dan Libby Email address: dan.li...@gmail.com PostgreSQL version: 9.1.6 Operating system: Linux ( Ubuntu 12.04 ) Description: -- Try this script -- create table test1 ( val1 numeric(23

[BUGS] BUG #8173: Inserting heap tuples in bulk in COPY patch return wrong line on failure 999 out of 1000 times.

2013-05-22 Thread lalbin
The following bug has been logged on the website: Bug reference: 8173 Logged by: Lloyd Albin Email address: lal...@fhcrc.org PostgreSQL version: 9.2.4 Operating system: SUSE Linux (64-bit) Description: During testing for our 9.2 upgrade, we found that the error messag

[BUGS] pass to install

2013-05-22 Thread juancho gonzila jorrel
i can´t install any version of postgres because it requires a password which i dont know, i just want to install it, what can i do?

Re: [BUGS] BUG #8175: Check constraint fails for valid data. ( rounding related? )

2013-05-22 Thread Tom Lane
dan.li...@gmail.com writes: > create table test1 ( > val1 numeric(23,8), > val2 numeric(23,8), > product numeric(23,8) check( product = val1 * val2 ) > ); > select (2.23567567*3.7000)::numeric(23,8); > insert into test1 values ( 3.7000, 2.23567567, 8.2718 ); > insert into test1 v

Re: [BUGS] pass to install

2013-05-22 Thread tushar
On 05/22/2013 07:50 PM, juancho gonzila jorrel wrote: i can´t install any version of postgres because it requires a password which i dont know, i just want to install it, what can i do? You probably have an existing postgres account. Try changing the password of that account to something that y

Re: [BUGS] pass to install

2013-05-22 Thread tushar
On 05/22/2013 07:50 PM, juancho gonzila jorrel wrote: i can´t install any version of postgres because it requires a password which i dont know, i just want to install it, what can i do? You probably have an existing postgres account. Try changing the password of that account to something that y

Re: [BUGS] pass to install

2013-05-22 Thread John R Pierce
On 5/22/2013 7:36 AM, tushar wrote: On 05/22/2013 07:50 PM, juancho gonzila jorrel wrote: i can´t install any version of postgres because it requires a password which i dont know, i just want to install it, what can i do? You probably have an existing postgres account. Try changing the passwor