Re: [SQL] Date fields and libpq.... - Mailing list pgsql-sql

From Colin Dick
Subject Re: [SQL] Date fields and libpq....
Date
Msg-id Pine.LNX.3.96.980626161054.30350B-100000@ocis.ocis.net
Whole thread Raw
In response to Re: [SQL] Date fields and libpq....  (Kachun Lee <kachun@pathlink.com>)
Responses Re: [SQL] Date fields and libpq....  (Kachun Lee <kachun@pathlink.com>)
List pgsql-sql
> It should be:
>
>   select date_part(datetime(start),'epoch') from timebase;

Hi,
    What version of postgres are you running?  I have tried the above
query and get the following result:

WARN:func_get_detail: function date_part(datetime, unknown) does not exist

Is this perhaps something that has been written specifically for your
postgres or is it included in the latest version?  I am currently running
version 6.1.....  Thanks again for your fast responses.

--
Colin Dick
On Call Internet Services
cdick@mail.ocis.net



pgsql-sql by date:

Previous
From: Kachun Lee
Date:
Subject: Re: [SQL] Date fields and libpq....
Next
From: Kachun Lee
Date:
Subject: Re: [SQL] Date fields and libpq....