Re: Arrays - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Arrays
Date
Msg-id 43D92F1B.8070406@commandprompt.com
Whole thread Raw
In response to Re: Arrays  (Bob Pawley <rjpawley@shaw.ca>)
Responses Re: Arrays
List pgsql-general
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...

Sincerely,

Joshua D. Drake
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Arrays
Next
From: "Andrus"
Date:
Subject: Re: How to implement nested transactions