Re: [GENERAL] Report of some problem under PL/PGSQL 7.4.7 & 8.0.1

2005-02-24 Thread Stephan Szabo
On Thu, 24 Feb 2005, Froggy / Froggy Corp. wrote: > tetris=# select test_array(); > NOTICE: 17 > NOTICE: 33 > ERROR: invalid array subscripts > CONTEXT: PL/pgSQL function "test_array" line 16 at assignment > > > To correct this error message, i need to make 2 init,

[GENERAL] Report of some problem under PL/PGSQL 7.4.7 & 8.0.1

2005-02-24 Thread Froggy / Froggy Corp.
Hi everyone, I made a tetris under pl/pgsql and i encounter some problem with this non commun use of pl/pgsql. For each problem, i didn't see information about them, so my report : - Array problem (7.4.7 & 8.0.1) : I got a lot of problem with using array, like i saw under the ML, multidi