Re: malformed array literal in 8beta1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Chris" <chris(at)paymentonline(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: malformed array literal in 8beta1
Date: 2004-08-29 22:06:55
Message-ID: 16136.1093817215@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Chris" <chris(at)paymentonline(dot)com> writes:
> After looking closer at the logs, what seems to be happening is that it
> doesn't like the empty array values.

Right, you need to explicitly write "" for an empty-string array element
now. (This was always legal, but is now required.) The array value
parser is stricter in some other ways too --- one that might be
important to you is that trailing whitespace isn't significant unless
quoted.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2004-08-29 22:09:20 Re: [webmaster] RSS Feeds are dead on Web site
Previous Message Chris 2004-08-29 21:42:37 Re: malformed array literal in 8beta1