Re: [INTERFACES] Bug in parser?

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: blackw(at)sfu(dot)ca
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Bug in parser?
Date: 2000-02-05 02:20:29
Message-ID: 389B88ED.DF613747@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Richard wrote:
>
> UPDATE ActiveUser SET status=-1
> WHERE (datetime('today'::date, 'now'::time) - lastrequest) >
> timespan('10 minutes'::reltime)
>
> parser: parser error at or near ""
>
> Does this appear to be a bug in the libpq++ library? Am I using SQL
> incorrectly here? Something else, maybe?

A guess: try spaces around your '=' operator...that one sometimes
doesn't like being crowded...

Cheers,
Ed Loehr

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joe Shevland 2000-02-05 08:03:38 Re: [INTERFACES] ConnectionPoolDataSource (JDBC)
Previous Message Richard 2000-02-05 00:37:11 Bug in parser?