Re: Arrays

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Bob Pawley <rjpawley(at)shaw(dot)ca>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Arrays
Date: 2006-01-26 20:30:42
Message-ID: 43D93172.9030107@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joshua D. Drake schrieb:
> Bob Pawley wrote:
>
>> ERROR: malformed array literal: "{100, 250, 500, DegF)"
>
>
> Well you have a typo:
>
> "{100, 250, 500, DegF)" is wrong...
>
> "{100, 250, 500, DegF}" is correct...
>
I'd say both are wrong ;)
'{100,250,500,DegF}' could work. But I'm not sure about that
DegF. Since array members are all of the same type - is degf
some integer constant?

Regards
Tino

In response to

  • Re: Arrays at 2006-01-26 20:20:43 from Joshua D. Drake

Responses

  • Re: Arrays at 2006-01-26 21:02:16 from Bob Pawley

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-01-26 20:44:30 Re: VACUUM Question
Previous Message Bob Pawley 2006-01-26 20:27:57 Re: Arrays