Re: [INTERFACES] Bug in parser?

From: Richard <blackw(at)sfu(dot)ca>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Bug in parser?
Date: 2000-02-07 16:28:23
Message-ID: 389EF2A7.565769D0@sfu.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Thanks, but nope... didn't help.

Cheers,
Richard

Ed Loehr wrote:
>
> Richard wrote:
> >
> > UPDATE ActiveUser SET status=-1
> > WHERE (datetime('today'::date, 'now'::time) - lastrequest) >
> > timespan('10 minutes'::reltime)
> >
> > parser: parser error at or near ""
> >
> 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 Ross J. Reedstrom 2000-02-07 17:17:59 Re: [INTERFACES] Bug in parser?
Previous Message Peter Mount 2000-02-07 09:25:53 RE: [INTERFACES] jdbc question