Re: Arrays

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: 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:20:43
Message-ID: 43D92F1B.8070406@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

  • Re: Arrays at 2006-01-26 20:07:09 from Bob Pawley

Responses

  • Re: Arrays at 2006-01-26 20:27:18 from Bob Pawley
  • Re: Arrays at 2006-01-26 20:30:42 from Tino Wildenhain

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-01-26 20:27:18 Re: Arrays
Previous Message Andrus 2006-01-26 20:13:15 Re: How to implement nested transactions