Re: Arrays

From: Bob Pawley <rjpawley(at)shaw(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Arrays
Date: 2006-01-26 20:27:57
Message-ID: 016001c622b6$fe949360$ac1d4318@owner
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I missed that - thanks for the help.

Bob

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bob Pawley" <rjpawley(at)shaw(dot)ca>
Cc: "Stephan Szabo" <sszabo(at)megazone(dot)bigpanda(dot)com>; "Postgresql"
<pgsql-general(at)postgresql(dot)org>
Sent: Thursday, January 26, 2006 12:12 PM
Subject: Re: [GENERAL] Arrays

> Bob Pawley <rjpawley(at)shaw(dot)ca> writes:
>> ERROR: malformed array literal: "{100, 250, 500, DegF)"
>
> You wrote a right paren, not a right brace ...
>
>> I want to do single dimension arrays.
>> How did I turn it into multidmensional?
>
> The multiple levels of braces create a multidimensional array.
>
> regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tino Wildenhain 2006-01-26 20:30:42 Re: Arrays
Previous Message Bob Pawley 2006-01-26 20:27:18 Re: Arrays