Re: ecpg multidimensional arrays

From: margitsw(at)t-online(dot)de (Margit Schubert-While)
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ecpg multidimensional arrays
Date: 2004-02-29 17:48:49
Message-ID: 5.1.0.14.2.20040229183934.00aa5ed8@pop.t-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

At 17:13 29.02.2004 +0100, you wrote:
>On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote:
> > exec sql begin declare section;
> > static int intcur[50][10] = { 0 };
> >
> > produces :
> > ERROR: No multi-dimensional array support for simple data types
>
>So far so good, but which bug are you reporting?
>
>Michael
Erm, the error itself ? Every other RDB preprocessor that I have
tried doesn't have this problem.

Margit

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Meskes 2004-02-29 20:03:32 Re: ecpg multidimensional arrays
Previous Message Tom Lane 2004-02-29 17:40:55 Re: Optimizer problem with subselect.c?