Re: Arrays - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: Arrays
Date
Msg-id 43D93172.9030107@wildenhain.de
Whole thread Raw
In response to Re: Arrays  ("Joshua D. Drake" <jd@commandprompt.com>)
List 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

pgsql-general by date:

Previous
From: Bob Pawley
Date:
Subject: Re: Arrays
Next
From: Michael Fuhr
Date:
Subject: Re: VACUUM Question