Re: ecpg multidimensional arrays

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

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
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-02-29 17:40:55 Re: Optimizer problem with subselect.c?
Previous Message Michael Meskes 2004-02-29 16:08:34 Re: ecpg segmentation error