Re: This is my first template

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Geoff Caplan <geoff(at)uviva(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: This is my first template
Date: 2009-04-21 11:34:11
Message-ID: b42b73150904210434m70ffa1fbhcc3c351b142efcd4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Apr 21, 2009 at 7:02 AM, Geoff Caplan <geoff(at)uviva(dot)com> wrote:
> Hi folks
>
> Looks like there's something I'm not understanding about date/time queries
> on a date field.
>
> I have a param query that includes the statement:
>
> AND active_from_date <= $2
>
> where $2 is a well-formed ISO date.
>
> Query works as expected when there are records in the result set. When the
> result set is empty, PG throws an error:
>
> date/time field value out of range: "2011-4-31"

"2011-4-31" is not a well formed ISO date.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message milos.babic 2009-04-21 11:38:39 Re: This is my first template
Previous Message Sam Mason 2009-04-21 11:34:03 Re: This is my first template