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