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
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
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?
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
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
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
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