ecpg multidimensional arrays - Mailing list pgsql-bugs

From margitsw@t-online.de (Margit Schubert-While)
Subject ecpg multidimensional arrays
Date
Msg-id 5.1.0.14.2.20040227192056.00aaa050@pop.t-online.de
Whole thread Raw
Responses Re: ecpg multidimensional arrays  (Michael Meskes <meskes@postgresql.org>)
List 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

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #1087: psql dumps core on CTRL+ALT+\
Next
From: Philipp Matthias Hahn
Date:
Subject: round(50.5) = 50