[BUGS] BUG #4150: ecpg: update/insert of array data does not work anymore since Version 8.2

2008-05-09 Thread Christian Lippuner
The following bug has been logged online: Bug reference: 4150 Logged by: Christian Lippuner Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.7/8.3.1 Operating system: Linux Description:ecpg: update/insert of array data does not work anymore since Version 8.2 D

Re: [BUGS] reproducible database crash with simple sql command

2008-05-09 Thread Martin Pitt
Hi Christian, redirecting to the -bugs mailing list. This is totally inappropriate for -announce. [EMAIL PROTECTED] [2008-05-08 11:22 +0200]: > first i create a table > create table regions (id integer, name varchar); > > then i want to set a default value for a column, e.g. > alter table regio

[BUGS] BUG #4151: Can't connect/start database after restart

2008-05-09 Thread alex
The following bug has been logged online: Bug reference: 4151 Logged by: alex Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: windows XP Description:Can't connect/start database after restart Details: Hi, I have 8.3.1 postgres instal

[BUGS] statement_timeout and crosstab

2008-05-09 Thread Tiago D. Jacobs - iMDT
Hi, i think that there is a bug with the crosstab function, the query is not stopped even with a too little value for statement_timeout, like this: set statement_timeout = 1; create temp table resultset_26243 TABLESPACE temp_space as SELECT * FROM crosstab( '', '' ); I implement

Re: [BUGS] statement_timeout and crosstab

2008-05-09 Thread Tom Lane
"Tiago D. Jacobs - iMDT" <[EMAIL PROTECTED]> writes: > > > > > > Hi, i think that there is a bug > with the crosstab function, > the query is not stopped even with a too little value for > face="Arial">statement_timeout, like this: > > set statement_timeout = 1; > create temp table r