ecpg multidimensional arrays

From: margitsw(at)t-online(dot)de (Margit Schubert-While)
To: pgsql-bugs(at)postgresql(dot)org
Subject: ecpg multidimensional arrays
Date: 2004-02-27 18:24:18
Message-ID: 5.1.0.14.2.20040227192056.00aaa050@pop.t-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

exec sql begin declare section;
static int intcur[50][10] = { 0 };

produces :
ERROR: No multi-dimensional array support for simple data types

Margit

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-02-27 21:49:59 Re: intermittent error: 'variable not found in subplan target list'
Previous Message Margit Schubert-While 2004-02-27 18:16:43 ecpg segmentation error