TIMEDATE calculation - Mailing list pgsql-admin

From Aaron Spiteri
Subject TIMEDATE calculation
Date
Msg-id 20020717.2193800@scooby.m1group.com.au
Whole thread Raw
List pgsql-admin

Hi all,

I using postgresql 7.1.3 on RH 7.2 server. I am having trouble with TIMEDATE calculation using the pgplsql procedural language the logic is has follows:

FOR r IN SELECT time_span FROM t WHERE name = ''NEW'' LOOP

NEW.end_date := r.time_span + now();

END LOOP;

When I try running this routine I get an error "Bad timestamp external representation '11:39:09' ". This routine ran in previous versions of postgresql does any one have any ideas.

pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Problem compiling PostgreSQL 7.2.1 on RedHat 7.2
Next
From: "Fouad Fezzi"
Date:
Subject: Re: User's managing